IVsDetermineWizardTrust Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetRunningWizardTemplateName(String^)

Retrieves the name of the template the wizard is running.

System_CAPS_pubmethodGetWizardTrustLevel(UInt32)

Retrieves the trust level of the currently-running wizard.

System_CAPS_pubmethodIsWizardRunning(Int32)

Indicates whether a wizard is currently running (between initiated and completed).

System_CAPS_pubmethodOnWizardCompleted()

Indicates that a wizard (project or item) has just stopped running.

System_CAPS_pubmethodOnWizardInitiated(String^, Guid)

Indicates hat a wizard (project or item) is about to start running.

System_CAPS_pubmethodSetWizardTrustLevel(UInt32)

Mark the currently-running wizard as trusted.

Return to top
Show: