IVsDetermineWizardTrust.GetRunningWizardTemplateName(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.
Retrieves the name of the template the wizard is running.
public:
int GetRunningWizardTemplateName([Runtime::InteropServices::Out] System::String ^ % pbstrRunningTemplate);
int GetRunningWizardTemplateName([Runtime::InteropServices::Out] std::wstring const & & pbstrRunningTemplate);
public int GetRunningWizardTemplateName (out string pbstrRunningTemplate);
abstract member GetRunningWizardTemplateName : string -> int
Public Function GetRunningWizardTemplateName (ByRef pbstrRunningTemplate As String) As Integer
Parameters
- pbstrRunningTemplate
- String
[out] The name of the template.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.