ProvideEditorLogicalViewAttribute.IsTrusted 属性

定义

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

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

属性值

Boolean

true 如果逻辑视图受信任,则为; 否则为 false

注解

如果视图不受信任,则无法通过向导或自动化代码打开该视图。

适用于