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!

InstallerCollection.AddRange

Adds the specified installers to this installer collection.

[Visual Basic]
Overridable Public Sub AddRange( _
   ByVal range As InstallerCollection _
)
[C#]
public virtual void AddRange(
   InstallerCollection range
);
[C++]
public: virtual void AddRange(
   InstallerCollection* range
);
[JScript]
public function AddRange(
   range : InstallerCollection
);

Parameters

range
An InstallerCollection representing the installers to be added to this installer collection.

Remarks

The Parent property of each added Installer is set to the Installer containing this collection.

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | Add | All | Remove | RemoveRange | Installer