WizardStepCollection.IndexOf(WizardStepBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定索引值,该值表示集合中指定的从 WizardStepBase 派生的对象。
public:
int IndexOf(System::Web::UI::WebControls::WizardStepBase ^ wizardStep);
public int IndexOf (System.Web.UI.WebControls.WizardStepBase wizardStep);
member this.IndexOf : System.Web.UI.WebControls.WizardStepBase -> int
Public Function IndexOf (wizardStep As WizardStepBase) As Integer
参数
- wizardStep
- WizardStepBase
要在 WizardStepBase 集合中搜索的从 WizardStepCollection 派生的对象。
返回
如果找到,则为当前 WizardStepBase 集合内传入的从 WizardStepCollection 派生的对象的第一个匹配项的从零开始的索引;否则为 -1。
例外
已传入从 WizardStepBase 派生的对象,该对象为 null
。
注解
IndexOf使用 方法确定当前WizardStepCollection集合中指定WizardStepBase派生对象的索引。 WizardStepBase如果 派生的对象不在集合中,该方法将返回 -1。