Auf Englisch lesen Bearbeiten

Freigeben über


IVsaScriptScope.RemoveItem Method

Definition

When implemented in a class, removes an item from the scope.

Overloads

RemoveItem(IJSVsaItem)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, removes the specified IJSVsaItem object from the scope.

RemoveItem(IVsaItem)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, removes the specified IVsaItem object from the scope.

RemoveItem(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, removes the item that is designated by the specified name from the scope.

RemoveItem(IJSVsaItem)

When implemented in a class, removes the specified IJSVsaItem object from the scope.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public void RemoveItem(Microsoft.JScript.Vsa.IJSVsaItem item);

Parameters

item
IJSVsaItem

The item to remove.

See also

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

RemoveItem(IVsaItem)

When implemented in a class, removes the specified IVsaItem object from the scope.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public void RemoveItem(Microsoft.Vsa.IVsaItem item);

Parameters

item
IVsaItem

The item to remove.

See also

Applies to

.NET Framework 3.5 und andere Versionen
Produkt Versionen
.NET Framework 1.1, 2.0, 3.0, 3.5

RemoveItem(String)

When implemented in a class, removes the item that is designated by the specified name from the scope.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public void RemoveItem(string itemName);

Parameters

itemName
String

The name of the item to remove.

See also

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1