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

Removes an installer from the collection.

Overload List

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

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

Removes the specified Installer from the collection.

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

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace