TemplatedControlDesigner.GetTemplateContent Methode

Definition

Achtung

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

Ruft beim Überschreiben in einer abgeleiteten Klasse den Inhalt der Vorlage ab.

public:
 abstract System::String ^ GetTemplateContent(System::Web::UI::Design::ITemplateEditingFrame ^ editingFrame, System::String ^ templateName, [Runtime::InteropServices::Out] bool % allowEditing);
public abstract string GetTemplateContent (System.Web.UI.Design.ITemplateEditingFrame editingFrame, string templateName, out bool allowEditing);
[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 abstract string GetTemplateContent (System.Web.UI.Design.ITemplateEditingFrame editingFrame, string templateName, out bool allowEditing);
abstract member GetTemplateContent : System.Web.UI.Design.ITemplateEditingFrame * string * bool -> string
[<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")>]
abstract member GetTemplateContent : System.Web.UI.Design.ITemplateEditingFrame * string * bool -> string
Public MustOverride Function GetTemplateContent (editingFrame As ITemplateEditingFrame, templateName As String, ByRef allowEditing As Boolean) As String

Parameter

editingFrame
ITemplateEditingFrame

Der Vorlagenbearbeitungsrahmen, aus dem der Inhalt abgefragt werden soll.

templateName
String

Der Name der Vorlage.

allowEditing
Boolean

true, wenn der Inhalt der Vorlage bearbeitet werden kann. false, wenn der Inhalt schreibgeschützt ist.

Gibt zurück

Der Inhalt der Vorlage.

Attribute

Gilt für:

Weitere Informationen