IVsDetermineWizardTrust.OnWizardInitiated(String, Guid) 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.
Indicates hat a wizard (project or item) is about to start running.
public:
int OnWizardInitiated(System::String ^ pszTemplateFilename, Guid % guidProjectType);
public int OnWizardInitiated (string pszTemplateFilename, ref Guid guidProjectType);
abstract member OnWizardInitiated : string * Guid -> int
Public Function OnWizardInitiated (pszTemplateFilename As String, ByRef guidProjectType As Guid) As Integer
Parameters
- pszTemplateFilename
- String
[in] The template file name.
- guidProjectType
- Guid
[in] The GUID that identifies the project type.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.