TemplatedControlDesigner::GetTemplateContent Method (ITemplateEditingFrame^, String^, Boolean%)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
When overridden in a derived class, gets the template's content.
Assembly: System.Design (in System.Design.dll)
public: [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")] virtual String^ GetTemplateContent( ITemplateEditingFrame^ editingFrame, String^ templateName, [OutAttribute] bool% allowEditing ) abstract
Parameters
- editingFrame
-
Type:
System.Web.UI.Design::ITemplateEditingFrame^
The template editing frame to retrieve the content of.
- templateName
-
Type:
System::String^
The name of the template.
- allowEditing
-
Type:
System::Boolean%
true if the template's content can be edited; false if the content is read-only.
.NET Framework
Available since 1.1
Available since 1.1
Show: