IVsDetermineWizardTrust.OnWizardInitiated(String, Guid) Method

Definition

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.

Applies to