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)

Adds a new instance of an item to the collection using a constructor that takes no arguments.

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

Parameters

collection
Instance of the collection Object to query.

Return Value

Item created

See Also

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