ProvideEditorFactoryAttribute.TrustLevel Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает или задает уровень доверия редактора.
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