CompleteWizardStep.StepType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定顯示 CompleteWizardStep 控制項之 CreateUserWizard 網頁的使用者介面 (UI) 型別。
public:
virtual property System::Web::UI::WebControls::WizardStepType StepType { System::Web::UI::WebControls::WizardStepType get(); void set(System::Web::UI::WebControls::WizardStepType value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override System.Web.UI.WebControls.WizardStepType StepType { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.StepType : System.Web.UI.WebControls.WizardStepType with get, set
Public Overrides Property StepType As WizardStepType
屬性值
Complete 列舉型別的 WizardStepType 列舉型別值。
- 屬性
例外狀況
已嘗試設定 StepType 屬性。
備註
屬性 StepType 會指定要針對最終用戶帳戶建立步驟顯示的導覽 UI 類型, (CreateUserWizardStep 控件的步驟) CreateUserWizard 。
警告
屬性 StepType 會 WizardStepBase.StepType 覆寫 屬性,以確保 CompleteWizardStep 一律設定為 Complete 列舉值 WizardStepType 。 試著將 屬性設定 StepType 為不同的值會導致 InvalidOperationException。
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和面板。