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

WizardStepCollection 컨트롤에 대해 정의된 모든 WizardStepBase 개체를 나타내는 CreateUserWizard입니다.

설명

이 속성은 WizardSteps 컨트롤을 구성하는 개체의 WizardStepBase 컬렉션을 반환합니다 CreateUserWizard . 컬렉션을 사용하여 컨트롤에 WizardSteps 포함된 CreateUserWizard 개체에 WizardStepBase 프로그래밍 방식으로 액세스할 수 있습니다. Add, RemoveClearInsert 메서드를 사용하여 컬렉션의 개체를 WizardStepBase 프로그래밍 방식으로 조작합니다.

적용 대상

추가 정보