TemplatedControlDesigner.EnterTemplateMode Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Opens a particular template frame object for editing in the designer. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"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 EnterTemplateMode ( ITemplateEditingFrame^ newTemplateEditingFrame )
/** @attribute ObsoleteAttribute("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 EnterTemplateMode (
ITemplateEditingFrame newTemplateEditingFrame
)
ObsoleteAttribute("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 function EnterTemplateMode ( newTemplateEditingFrame : ITemplateEditingFrame )
Not applicable.
Parameters
- newTemplateEditingFrame
The template editing frame object to open in the designer.
Note: |
|---|
| The EnterTemplateMode method is obsolete. Use the TemplateGroups property to manipulate templates within a designer for template-based controls. |
If already in template mode and editing a different template frame, this method calls ExitTemplateMode to save all its templates and close that frame.
Community Additions
ADD
Show:
Note: