TemplatedControlDesigner.GetTextFromTemplate(ITemplate) Método

Definição

Obtém uma cadeia de caracteres de texto que representa o modelo especificado.Gets a string of text that represents the specified template.

protected:
 System::String ^ GetTextFromTemplate(System::Web::UI::ITemplate ^ template);
protected string GetTextFromTemplate (System.Web.UI.ITemplate template);
member this.GetTextFromTemplate : System.Web.UI.ITemplate -> string
Protected Function GetTextFromTemplate (template As ITemplate) As String

Parâmetros

template
ITemplate

O ITemplate a ser convertido em texto.The ITemplate to convert to text.

Retornos

String

Uma cadeia de caracteres que representa o modelo especificado.A string that represents the specified template.

Exceções

template é null.template is null.

Aplica-se a