__VSEDITORTRUSTLEVEL 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 trust levels for the editor.
public enum class __VSEDITORTRUSTLEVEL
public enum class __VSEDITORTRUSTLEVEL
enum __VSEDITORTRUSTLEVEL
public enum __VSEDITORTRUSTLEVEL
type __VSEDITORTRUSTLEVEL =
Public Enum __VSEDITORTRUSTLEVEL
- Inheritance
-
__VSEDITORTRUSTLEVEL
Fields
Name | Value | Description |
---|---|---|
ETL_NeverTrusted | 0 | Editor is never trusted. |
ETL_AlwaysTrusted | 1 | Editor is always trusted. |
ETL_HasUntrustedLogicalViews | 2 | Some logical views are not trusted. |
Remarks
COM Signature
From vsshell80.idl:
enum __VSEDITORTRUSTLEVEL
{
ETL_NeverTrusted = 0,
ETL_AlwaysTrusted = 1,
ETL_HasUntrustedLogicalViews = 2,
};
typedef DWORD VSEDITORTRUSTLEVEL;