WizardStepCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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指定索引位置处的派生对象。