TemplatedWizardStep.CustomNavigationTemplateContainer 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
- 특성
예외
CustomNavigationTemplate에 내용이 없는 경우
설명
구문에는 설정이 포함 되어 있지만 CustomNavigationTemplateContainer 속성 이므로 내부 전용 속성은 읽기 전용 효과적으로 합니다. 코드는 확인 해야 합니다 CustomNavigationTemplateContainer 속성은 null
참조 하기 전에 합니다.
이 속성에는 비주얼 디자이너에서 바인딩되지 이지만 런타임에 바인딩할 수 있습니다. 자세한 내용은 BindableAttribute를 참조하세요.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET