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

[To be supplied.]

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

Parameters

collection
[To be supplied.]
index
[To be supplied.]
value
[To be supplied.]

See Also

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