Gets the number of members currently in the collection.
[Visual Basic] Function GetCount() As Integer [C#] int GetCount(); [C++] int GetCount() = 0; [JScript] function GetCount() : int;
The number of members currently in the collection.
ICodeMembers Interface | ICodeMembers Members | System.ComponentModel.Design.CodeModel Namespace