__VSEDITORTRUSTLEVEL Enum

Definition

Specifies trust levels for the editor.

C++/CX
public enum class __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:

cpp#
enum __VSEDITORTRUSTLEVEL  
{  
    ETL_NeverTrusted             =  0,  
    ETL_AlwaysTrusted            =  1,  
    ETL_HasUntrustedLogicalViews =  2,  
};  
typedef DWORD VSEDITORTRUSTLEVEL;  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022