共用方式為


IVsaScriptScope.RemoveItemAtIndex(Int32) 方法

定義

在類別中實作時,從範圍中移除指定索引值所指派的項目。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 void RemoveItemAtIndex(int index);
public void RemoveItemAtIndex (int index);
abstract member RemoveItemAtIndex : int -> unit
Public Sub RemoveItemAtIndex (index As Integer)

參數

index
Int32

要移除之項目的索引。

適用於

另請參閱