ForEachVariableMappings.Remove(Object) メソッド

定義

ForEachVariableMapping オブジェクトを ForEachVariableMappings コレクションから削除します。

public:
 void Remove(System::Object ^ index);
public void Remove (object index);
member this.Remove : obj -> unit
Public Sub Remove (index As Object)

パラメーター

index
Object

削除する ForEachVariableMapping オブジェクトの名前、インデックス、または ID です。

適用対象