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.GetItem

Access an item at the specified index.

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

Parameters

collection
Instance of the collection Object to query.
index
Index of the item to retrieve or set.

See Also

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