BuildItemGroup.RemoveItemAt(Int32) Method

Definition

Removes the BuildItem at the specified index from the BuildItemGroup.

public:
 void RemoveItemAt(int index);
public void RemoveItemAt (int index);
member this.RemoveItemAt : int -> unit
Public Sub RemoveItemAt (index As Integer)

Parameters

index
Int32

The zero-based index of the BuildItem object to remove.

Applies to