CreateUserWizard.WizardSteps プロパティ

定義

コントロールに対して定義されたすべての WizardStepBase オブジェクトを格納するコレクションへの参照を取得します。

public:
 virtual property System::Web::UI::WebControls::WizardStepCollection ^ WizardSteps { System::Web::UI::WebControls::WizardStepCollection ^ get(); };
public override System.Web.UI.WebControls.WizardStepCollection WizardSteps { get; }
member this.WizardSteps : System.Web.UI.WebControls.WizardStepCollection
Public Overrides ReadOnly Property WizardSteps As WizardStepCollection

プロパティ値

WizardStepCollection コントロールに対して定義されたすべての WizardStepBase オブジェクトを表す CreateUserWizard

注釈

プロパティは WizardSteps 、コントロールを構成するオブジェクトの WizardStepBase コレクションを CreateUserWizard 返します。 コレクションを使用して、 WizardSteps コントロールに含まれるオブジェクトに WizardStepBase プログラムで CreateUserWizard アクセスできます。 、、AddRemoveClear、および Insert の各メソッドを使用して、コレクション内のオブジェクトをWizardStepBaseプログラムで操作します。

適用対象

こちらもご覧ください