WizardStepCollection.Item[Int32] プロパティ

定義

コレクションの指定したインデックス位置にある WizardStepBase の派生オブジェクトを取得します。

public:
 property System::Web::UI::WebControls::WizardStepBase ^ default[int] { System::Web::UI::WebControls::WizardStepBase ^ get(int index); };
public System.Web.UI.WebControls.WizardStepBase this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WizardStepBase
Default Public ReadOnly Property Item(index As Integer) As WizardStepBase

パラメーター

index
Int32

取得する WizardStep オブジェクトのインデックス。

プロパティ値

WizardStepBase コレクションの指定したインデックス位置にある WizardStepCollection の派生オブジェクト。

注釈

配列表記を Item[] 使用して、コレクション内の WizardStepBase指定したインデックス位置にある派生オブジェクトを取得するには、 プロパティを WizardStepCollection 使用します。

適用対象

こちらもご覧ください