Utilities.TryGetTextTemplate 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.
Overloads
| TryGetTextTemplate(String, String, String) |
Helper to fetch a normal text file based template ('prefixed with #') |
| TryGetTextTemplate(String, String, String, String) |
Helper to fetch a normal text file based template ('prefixed with #') |
TryGetTextTemplate(String, String, String)
Helper to fetch a normal text file based template ('prefixed with #')
public:
static bool TryGetTextTemplate(System::String ^ text, System::String ^ templateName, [Runtime::InteropServices::Out] System::String ^ % fullTemplate);
public static bool TryGetTextTemplate (string text, string templateName, out string fullTemplate);
static member TryGetTextTemplate : string * string * string -> bool
Public Function TryGetTextTemplate (text As String, templateName As String, ByRef fullTemplate As String) As Boolean
Parameters
- text
- String
- templateName
- String
- fullTemplate
- String
Returns
Applies to
TryGetTextTemplate(String, String, String, String)
Helper to fetch a normal text file based template ('prefixed with #')
public:
static bool TryGetTextTemplate(System::String ^ text, System::String ^ templateName, [Runtime::InteropServices::Out] System::String ^ % fullTemplate, [Runtime::InteropServices::Out] System::String ^ % templateBody);
public static bool TryGetTextTemplate (string text, string templateName, out string fullTemplate, out string templateBody);
static member TryGetTextTemplate : string * string * string * string -> bool
Public Function TryGetTextTemplate (text As String, templateName As String, ByRef fullTemplate As String, ByRef templateBody As String) As Boolean
Parameters
- text
- String
- templateName
- String
- fullTemplate
- String
- templateBody
- String