IVsDetermineWizardTrust Interface

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.

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

Syntax

'Declaration
<GuidAttribute("42085C99-3F5B-4B61-9737-592479718CEC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDetermineWizardTrust
[GuidAttribute("42085C99-3F5B-4B61-9737-592479718CEC")]
[InterfaceTypeAttribute()]
public interface IVsDetermineWizardTrust
[GuidAttribute(L"42085C99-3F5B-4B61-9737-592479718CEC")]
[InterfaceTypeAttribute()]
public interface class IVsDetermineWizardTrust
[<GuidAttribute("42085C99-3F5B-4B61-9737-592479718CEC")>]
[<InterfaceTypeAttribute()>]
type IVsDetermineWizardTrust =  interface end
public interface IVsDetermineWizardTrust

The IVsDetermineWizardTrust type exposes the following members.

Methods

  Name Description
Public method GetRunningWizardTemplateName Retrieves the name of the template the wizard is running.
Public method GetWizardTrustLevel Retrieves the trust level of the currently-running wizard.
Public method IsWizardRunning Indicates whether a wizard is currently running (between initiated and completed).
Public method OnWizardCompleted Indicates that a wizard (project or item) has just stopped running.
Public method OnWizardInitiated Indicates hat a wizard (project or item) is about to start running.
Public method SetWizardTrustLevel Mark the currently-running wizard as trusted.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace