ProvideEditorLogicalViewAttribute.IsTrusted 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此逻辑视图的信任标志。
public:
property bool IsTrusted { bool get(); void set(bool value); };
public:
property bool IsTrusted { bool get(); void set(bool value); };
public bool IsTrusted { get; set; }
member this.IsTrusted : bool with get, set
Public Property IsTrusted As Boolean
属性值
true 如果逻辑视图受信任,则为; 否则为 false 。
注解
如果视图不受信任,则无法通过向导或自动化代码打开该视图。