TemplatedControlDesigner.ExitTemplateMode(Boolean, Boolean, Boolean) 메서드

정의

주의

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 속성을 템플릿 기반 컨트롤에 대 한 디자이너 내에서 템플릿을 조작 합니다.

적용 대상

추가 정보