RemoveAt Method (index)

DTF API

Copy image CopyHover image
Deployment Tools Foundation RemoveAt Method (index)
Removes an item from the collection.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( 
	index As Integer
)
public:
virtual void RemoveAt(
	int index
) sealed
abstract RemoveAt : 
        index : int -> unit 
override RemoveAt : 
        index : int -> unit 
Parameters
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.11.1.2318)