IVsDetermineWizardTrust Interface

Definition

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.

public interface class IVsDetermineWizardTrust
public interface class IVsDetermineWizardTrust
__interface IVsDetermineWizardTrust
[System.Runtime.InteropServices.Guid("42085C99-3F5B-4B61-9737-592479718CEC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDetermineWizardTrust
[<System.Runtime.InteropServices.Guid("42085C99-3F5B-4B61-9737-592479718CEC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDetermineWizardTrust = interface
Public Interface IVsDetermineWizardTrust
Attributes

Methods

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.

Applies to