Number of elements contained in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Count() As Integer |
[C#] |
---|
public int Count {get;} |
[Managed C++] |
---|
public: __property int get_Count(); |
[Unmanaged C++] |
---|
public: HRESULT get_Count( long * pVal ); |
[Java] |
---|
public int getCount(); |