IVsaItems.Remove Method

Definition

Overloads

Remove(Int32)

Removes an item from the collection, as specified by its index value.

Remove(String)

Removes an item from the collection, as specified by its name.

Remove(Int32)

Removes an item from the collection, as specified by its index value.

C#
public void Remove(int index);

Parameters

index
Int32

The index value of the item to be removed.

Applies to

.NET Framework 3.5 a ďalšie verzie
Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5

Remove(String)

Removes an item from the collection, as specified by its name.

C#
public void Remove(string name);

Parameters

name
String

The name of the item to be removed from the collection.

Applies to

.NET Framework 3.5 a ďalšie verzie
Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5