CompleteWizardStep.StepType Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur jenis antarmuka pengguna (UI) yang akan ditampilkan untuk CompleteWizardStep halaman CreateUserWizard kontrol.
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
Nilai Properti
Nilai Complete enumerasi untuk WizardStepType enumerasi.
- Atribut
Pengecualian
Upaya dilakukan untuk mengatur StepType properti.
Keterangan
Properti StepType menentukan jenis UI navigasi yang akan ditampilkan untuk langkah pembuatan akun pengguna akhir ( CreateUserWizardStep langkah) CreateUserWizard kontrol.
Perhatian
Properti StepType mengambil alih WizardStepBase.StepType properti untuk memastikan bahwa CompleteWizardStep selalu diatur ke Complete nilai WizardStepType enumerasi. Mencoba mengatur properti ke StepType nilai yang berbeda akan menghasilkan InvalidOperationException.
Properti ini tidak dapat diatur oleh tema atau tema lembar gaya. Untuk informasi selengkapnya, lihat ThemeableAttribute dan ASP.NET Tema dan Kulit.