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 a new instance of an item to the collection using a constructor that takes constructorArgs arguments.

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

Parameters

collection
Instance of the collection Object to query.
constructorArgs
[To be supplied.]

Return Value

Item created

See Also

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