TemplatedControlDesigner.ExitTemplateMode(Boolean, Boolean, Boolean) Método
Definição
Cuidado
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
Fecha o quadro de edição de modelo ativo atualmente após salvar quaisquer alterações relevantes.Closes the currently active template editing frame after saving any relevant changes.
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)
Parâmetros
- fSwitchingTemplates
- Boolean
true ao alternar de um quadro de edição de modelo para outro; caso contrário, false.true when switching from one template editing frame to another; otherwise false.
- fNested
- Boolean
true se este designer estiver aninhado (um ou mais níveis) dentro de outro controle cujo designer também está em modo de edição de modelo; caso contrário, false.true if this designer is nested (one or more levels) within another control whose designer is also in template editing mode; otherwise false.
- fSave
- Boolean
true se os modelos precisarem ser salvos na saída; caso contrário, false.true if templates should be saved on exit; otherwise, false.
- Atributos
Comentários
Observação
O ExitTemplateMode método está obsoleto.The ExitTemplateMode method is obsolete. Use a TemplateGroups propriedade para manipular modelos dentro de um designer para controles baseados em modelo.Use the TemplateGroups property to manipulate templates within a designer for template-based controls.