Utilities.TryGetXMLTemplate(String, String, String) 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.
Helper to fetch an XML based template.
public:
static bool TryGetXMLTemplate(System::String ^ text, System::String ^ templateName, [Runtime::InteropServices::Out] System::String ^ % template);
public static bool TryGetXMLTemplate (string text, string templateName, out string template);
static member TryGetXMLTemplate : string * string * string -> bool
Public Function TryGetXMLTemplate (text As String, templateName As String, ByRef template As String) As Boolean
Parameters
- text
- String
- templateName
- String
- template
- String