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

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

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

See Also

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