IVsDetermineWizardTrust Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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:
