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的 派生对象。