TemplatedControlDesigner.ExitTemplateMode(Boolean, Boolean, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202
관련 변경 내용을 모두 저장한 후 현재 활성 템플릿 편집 프레임을 닫습니다.
public:
void ExitTemplateMode(bool fSwitchingTemplates, bool fNested, bool fSave);
public void ExitTemplateMode (bool fSwitchingTemplates, bool fNested, bool fSave);
[System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public void ExitTemplateMode (bool fSwitchingTemplates, bool fNested, bool fSave);
member this.ExitTemplateMode : bool * bool * bool -> unit
[<System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ExitTemplateMode : bool * bool * bool -> unit
Public Sub ExitTemplateMode (fSwitchingTemplates As Boolean, fNested As Boolean, fSave As Boolean)
매개 변수
- fSwitchingTemplates
- Boolean
템플릿 편집 프레임 사이를 전환하면 true
이고, 그렇지 않으면 false
입니다.
- fNested
- Boolean
디자이너가 템플릿 편집 모드에 있는 다른 컨트롤 내에 이 디자이너가 하나 이상의 수준으로 중첩되어 있으면 true
이고, 그렇지 않으면 false
입니다.
- fSave
- Boolean
종료할 때 템플릿을 저장해야 하면 true
이고, 그렇지 않으면 false
입니다.
- 특성
설명
참고
ExitTemplateMode 메서드는 사용 되지 않습니다. 사용 된 TemplateGroups 속성을 템플릿 기반 컨트롤에 대 한 디자이너 내에서 템플릿을 조작 합니다.
적용 대상
추가 정보
.NET