VCWizCtlClass.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:
virtual System::String ^ RenderTemplateToString(System::String ^ bstrTemplateFile) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::RenderTemplateToString;
public:
virtual Platform::String ^ RenderTemplateToString(Platform::String ^ bstrTemplateFile) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::RenderTemplateToString;
virtual std::wstring RenderTemplateToString(std::wstring const & bstrTemplateFile);
[System.Runtime.InteropServices.DispId(1610743822)]
public virtual string RenderTemplateToString (string bstrTemplateFile);
[<System.Runtime.InteropServices.DispId(1610743822)>]
abstract member RenderTemplateToString : string -> string
override this.RenderTemplateToString : string -> string
Public Overridable 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.
Implements
- Attributes