Determines if the interface is a collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsCollection() As Boolean |
[C#] |
---|
public bool IsCollection {get;} |
[Managed C++] |
---|
public: __property bool get_IsCollection(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsCollection( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getIsCollection(); |