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