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 );
The Parent property of the removed Installer is set to a null reference (in Visual Basic Nothing).
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | InstallerCollection.Remove Overload List | Add | AddRange | All | RemoveRange | Installer | Parent