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

Determines if getting the ItemAt property is supported on this collection type.

[Visual Basic]
Overridable Public Function SupportsGetItem() As Boolean
[C#]
public virtual bool SupportsGetItem();
[C++]
public: virtual bool SupportsGetItem();
[JScript]
public function SupportsGetItem() : Boolean;

See Also

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