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 (Int32)

Removes the installer specified by its index value from the collection.

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

Parameters

index
A zero-based index that specifies 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