ProvideEditorFactoryAttribute.TrustLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the trust level for the 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