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

适用于

另请参阅