WizardStepCollection.RemoveAt(Int32) メソッド

定義

コレクションの指定した位置から WizardStepBase の派生オブジェクトを削除します。

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

パラメーター

index
Int32

削除する WizardStepBase の派生オブジェクトのインデックス。

実装

注釈

メソッドを RemoveAt 使用して、 WizardStepBase指定したインデックス位置にある WizardStepCollection コレクションから派生オブジェクトを削除します。 または、 メソッドを使用して、コレクションから特定 WizardStepBaseの派生オブジェクトを Remove 削除することもできます。

適用対象

こちらもご覧ください