NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeElements.GetCount

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;

Return Value

The number of elements currently in the collection.

See Also

ICodeElements Interface | ICodeElements Members | System.ComponentModel.Design.CodeModel Namespace