TemplatedControlDesigner.GetTextFromTemplate(ITemplate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
Returns
A string that represents the specified template.
Exceptions
template
is null
.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.