Partilhar via


Enumeração __VSEDITORTRUSTLEVEL

 

Publicado: abril de 2016

Especifica os níveis de confiança para o editor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

public enum __VSEDITORTRUSTLEVEL
public enum class __VSEDITORTRUSTLEVEL
type __VSEDITORTRUSTLEVEL
Public Enumeration __VSEDITORTRUSTLEVEL

Membros

Nome do membro Descrição
ETL_AlwaysTrusted

 Editor sempre é confiável.

ETL_HasUntrustedLogicalViews

Alguns modos de exibição lógicos não são confiáveis.

ETL_NeverTrusted

Editor nunca é confiável.

Comentários

COM assinatura

De vsshell80.idl:

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

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo