__VSWIZARDTRUSTLEVEL Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies wizard trust levels.
public enum class __VSWIZARDTRUSTLEVEL
public enum class __VSWIZARDTRUSTLEVEL
enum __VSWIZARDTRUSTLEVEL
public enum __VSWIZARDTRUSTLEVEL
type __VSWIZARDTRUSTLEVEL =
Public Enum __VSWIZARDTRUSTLEVEL
- Inheritance
-
__VSWIZARDTRUSTLEVEL
Fields
WTL_Trusted | 1 | Trusted |
WTL_Unspecified | 3 | Unspecified |
WTL_Untrusted | 2 | Untrusted |
Remarks
COM Signature
From vsshell.idl:
enum __VSWIZARDTRUSTLEVEL
{
WTL_Trusted = 1,
WTL_Untrusted = 2,
WTL_Unspecified = 3,
};
typedef DWORD VSWIZARDTRUSTLEVEL;