TemplatedWizardStep.CustomNavigationTemplateContainer 속성

정의

Wizard 컨트롤에 있는 단계에 대한 CustomNavigationTemplate 템플릿을 만들기 위해 사용하는 컨테이너를 가져옵니다.

public:
 property System::Web::UI::Control ^ CustomNavigationTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control CustomNavigationTemplateContainer { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomNavigationTemplateContainer : System.Web.UI.Control
Public ReadOnly Property CustomNavigationTemplateContainer As Control

속성 값

단계에 대한 Control 템플릿이 들어 있는 CustomNavigationTemplate입니다.

특성

예외

설명

구문에는 설정이 포함 되어 있지만 CustomNavigationTemplateContainer 속성 이므로 내부 전용 속성은 읽기 전용 효과적으로 합니다. 코드는 확인 해야 합니다 CustomNavigationTemplateContainer 속성은 null 참조 하기 전에 합니다.

이 속성에는 비주얼 디자이너에서 바인딩되지 이지만 런타임에 바인딩할 수 있습니다. 자세한 내용은 BindableAttribute를 참조하세요.

적용 대상

추가 정보