__VSEDITORTRUSTLEVEL 枚举

为编辑器指定信任级别。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Public Enumeration __VSEDITORTRUSTLEVEL
public enum __VSEDITORTRUSTLEVEL

成员

成员名称 说明
ETL_NeverTrusted 编辑决不信任。
ETL_AlwaysTrusted  编辑始终信任。
ETL_HasUntrustedLogicalViews 一些逻辑视图不受信任。

备注

COM 签名

从 vsshell80.idl:

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

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间