Aracılığıyla paylaş


DataListDesigner.SetTemplateContent Yöntem

Tanım

Dikkat

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

Belirtilen şablon ve çerçevenin içeriğini ayarlar.

public:
 override void SetTemplateContent(System::Web::UI::Design::ITemplateEditingFrame ^ editingFrame, System::String ^ templateName, System::String ^ templateContent);
public override void SetTemplateContent (System.Web.UI.Design.ITemplateEditingFrame editingFrame, string templateName, string templateContent);
[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 override void SetTemplateContent (System.Web.UI.Design.ITemplateEditingFrame editingFrame, string templateName, string templateContent);
override this.SetTemplateContent : System.Web.UI.Design.ITemplateEditingFrame * string * string -> 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")>]
override this.SetTemplateContent : System.Web.UI.Design.ITemplateEditingFrame * string * string -> unit
Public Overrides Sub SetTemplateContent (editingFrame As ITemplateEditingFrame, templateName As String, templateContent As String)

Parametreler

editingFrame
ITemplateEditingFrame

İçeriğin ITemplateEditingFrame ayarlanacağı örnek.

templateName
String

Şablonun adı.

templateContent
String

Şablon için yeni içerik.

Öznitelikler

Açıklamalar

Fiilleri düzenlemek yerine şablon gruplarını ve tasarımcı düzenleme bölgelerini kullanın. Daha fazla bilgi için TemplateGroups ve DesignerRegion bölümlerine bakın.

Şunlara uygulanır

Ayrıca bkz.