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指定索引位置处的 派生对象。

适用于

另请参阅