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.Add (Object, Object)

Adds value to the collection.

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

Parameters

collection
Instance of the collection Object to query.
value
Item to add to the collection.

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace | CollectionInfo.Add Overload List