VsaItems.Remove 方法

定義

多載

Remove(Int32)

依照索引值所指定,從集合中移除項目。

Remove(String)

依照名稱所指定,從集合中移除項目。

Remove(Int32)

依照索引值所指定,從集合中移除項目。

public:
 virtual void Remove(int index);
public void Remove (int index);
abstract member Remove : int -> unit
override this.Remove : int -> unit
Public Sub Remove (index As Integer)

參數

index
Int32

所要移除以 0 為起始的項目索引值。

實作

適用於

Remove(String)

依照名稱所指定,從集合中移除項目。

public:
 virtual void Remove(System::String ^ Name);
public void Remove (string Name);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Sub Remove (Name As String)

參數

Name
String

要從集合中移除的項目名稱。

實作

適用於