ProvideEditorFactoryAttribute.TrustLevel Property

Gets or sets the trust level for the editor.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Property TrustLevel As __VSEDITORTRUSTLEVEL
public __VSEDITORTRUSTLEVEL TrustLevel { get; set; }
public:
property __VSEDITORTRUSTLEVEL TrustLevel {
    __VSEDITORTRUSTLEVEL get ();
    void set (__VSEDITORTRUSTLEVEL value);
}
member TrustLevel : __VSEDITORTRUSTLEVEL with get, set
function get TrustLevel () : __VSEDITORTRUSTLEVEL
function set TrustLevel (value : __VSEDITORTRUSTLEVEL)

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.__VSEDITORTRUSTLEVEL
__VSEDITORTRUSTLEVEL .

.NET Framework Security

See Also

Reference

ProvideEditorFactoryAttribute Class

Microsoft.VisualStudio.Shell Namespace