ProvideEditorFactoryAttribute.TrustLevel Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o nível de confiança do editor.
public:
property Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL TrustLevel { Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL get(); void set(Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL value); };
public:
property Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL TrustLevel { Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL get(); void set(Microsoft::VisualStudio::Shell::Interop::__VSEDITORTRUSTLEVEL value); };
public Microsoft.VisualStudio.Shell.Interop.__VSEDITORTRUSTLEVEL TrustLevel { get; set; }
member this.TrustLevel : Microsoft.VisualStudio.Shell.Interop.__VSEDITORTRUSTLEVEL with get, set
Public Property TrustLevel As __VSEDITORTRUSTLEVEL