IVCWizCtlUI.RenderTemplateToString(String) Method

Definition

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

Applies to