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!

CollectionInfo.GetCount

Number of items contained in the collection.

[Visual Basic]
Overridable Public Function GetCount( _
   ByVal collection As Object _
) As Integer
[C#]
public virtual int GetCount(
   object collection
);
[C++]
public: virtual int GetCount(
   Object* collection
);
[JScript]
public function GetCount(
   collection : Object
) : int;

Parameters

collection
Instance of the collection Object to query.

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace