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 衍生物件。

適用於

另請參閱