

Deployment Tools Foundation
RemoveAt Method (index)
Removes an item from the collection.

C# | Visual Basic | Visual C++ |
public void RemoveAt( int index )
Public Sub RemoveAt ( index As Integer )
public: virtual void RemoveAt( int index ) sealed

- index (Int32)
- The index of the item to remove.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)