IVsDetermineWizardTrust Interface
Visual Studio 2015
Defines events for a wizard as well as methods providing status information. You can get an instance of the interface from the SVsDetermineWizardTrust (SID_SVsDetermineWizardTrust) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetRunningWizardTemplateName(String) | Retrieves the name of the template the wizard is running. |
![]() | GetWizardTrustLevel(UInt32) | Retrieves the trust level of the currently-running wizard. |
![]() | IsWizardRunning(Int32) | Indicates whether a wizard is currently running (between initiated and completed). |
![]() | OnWizardCompleted() | Indicates that a wizard (project or item) has just stopped running. |
![]() | OnWizardInitiated(String, Guid) | Indicates hat a wizard (project or item) is about to start running. |
![]() | SetWizardTrustLevel(UInt32) | Mark the currently-running wizard as trusted. |
Show:
