__VSWIZARDTRUSTLEVEL Enumeration
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_Unspecified | Unspecified | |
WTL_Untrusted | Untrusted |
Remarks
COM Signature
From vsshell.idl:
enum __VSWIZARDTRUSTLEVEL
{
WTL_Trusted = 1,
WTL_Untrusted = 2,
WTL_Unspecified = 3,
};
typedef DWORD VSWIZARDTRUSTLEVEL;