Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies wizard trust levels
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSWIZARDTRUSTLEVEL
public enum __VSWIZARDTRUSTLEVEL
public enum class __VSWIZARDTRUSTLEVEL
type __VSWIZARDTRUSTLEVEL
public enum __VSWIZARDTRUSTLEVEL
Members
Member name | Description | |
---|---|---|
WTL_Trusted | Trusted | |
WTL_Untrusted | Untrusted | |
WTL_Unspecified | Unspecified |
Remarks
COM Signature
From vsshell.idl:
enum __VSWIZARDTRUSTLEVEL
{
WTL_Trusted = 1,
WTL_Untrusted = 2,
WTL_Unspecified = 3,
};
typedef DWORD VSWIZARDTRUSTLEVEL;