IVCWizCtlUI::RenderTemplateToString Method (String^)

 

Renders the wizard template file as a string.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

String^ RenderTemplateToString(
	String^ bstrTemplateFile
)

Parameters

bstrTemplateFile
Type: System::String^

Required. A string containing the template file name.

Return Value

Type: System::String^

A string containing the template file.

Return to top
Show: