IVCWizCtlUI.RenderTemplateToString(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.
Renders the wizard template file as a string.
public:
System::String ^ RenderTemplateToString(System::String ^ bstrTemplateFile);
public:
Platform::String ^ RenderTemplateToString(Platform::String ^ bstrTemplateFile);
std::wstring RenderTemplateToString(std::wstring const & bstrTemplateFile);
[System.Runtime.InteropServices.DispId(1610743822)]
public string RenderTemplateToString (string bstrTemplateFile);
[<System.Runtime.InteropServices.DispId(1610743822)>]
abstract member RenderTemplateToString : string -> string
Public Function RenderTemplateToString (bstrTemplateFile As String) As String
Parameters
- bstrTemplateFile
- String
Required. A string containing the template file name.
Returns
A string containing the template file.
- Attributes