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 プロパティを使用します。

適用対象

こちらもご覧ください