__VSEDITORTRUSTLEVEL Enum

Definition

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

ETL_AlwaysTrusted 1

Editor is always trusted.

ETL_HasUntrustedLogicalViews 2

Some logical views are not trusted.

ETL_NeverTrusted 0

Editor is never trusted.

Remarks

COM Signature

From vsshell80.idl:

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

Applies to