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.Remove (Installer)

Removes the specified Installer from the collection.

[Visual Basic]
Overloads Overridable Public Sub Remove( _
   ByVal installer As Installer _
)
[C#]
public virtual void Remove(
   Installer installer
);
[C++]
public: virtual void Remove(
   Installer* installer
);
[JScript]
public function Remove(
   installer : Installer
);

Parameters

installer
An Installer representing the installer to remove.

Remarks

The Parent property of the removed Installer is set to a null reference (in Visual Basic Nothing).

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | InstallerCollection.Remove Overload List | Add | AddRange | All | RemoveRange | Installer | Parent