ProvideEditorLogicalViewAttribute.IsTrusted 属性

获取或设置此逻辑视图信任标志。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property IsTrusted As Boolean
public bool IsTrusted { get; set; }

属性值

类型:System.Boolean
true ,如果逻辑视图信任,否则 false。

备注

如果视图不受信任,它不能从向导或自动化代码中打开。

.NET Framework 安全性

请参见

参考

ProvideEditorLogicalViewAttribute 类

Microsoft.VisualStudio.Shell 命名空间