Поделиться через


DataListDesigner.GetTemplateContent Метод

Определение

Внимание!

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

Параметры

editingFrame
ITemplateEditingFrame

Экземпляр ITemplateEditingFrame, на основе которого должно быть получено данное содержимое.

templateName
String

Имя шаблона.

allowEditing
Boolean

Значение true, если содержимое шаблона можно редактировать; false, если содержимое доступно только для чтения.

Возвращаемое значение

Содержимое шаблона.

Атрибуты

Комментарии

Вместо редактирования кадров используйте группы шаблонов и области редактирования конструктора. Дополнительные сведения см. в разделах TemplateGroups и DesignerRegion.

Применяется к

См. также раздел