ContextItem.Scope 属性

定义

获取或设置 URI 范围 。

public:
 property Uri ^ Scope { Uri ^ get(); void set(Uri ^ value); };
public Uri Scope { get; set; }
member this.Scope : Uri with get, set
Public Property Scope As Uri

属性值

Uri

一个 Uri,它包含范围特性的值。 可以为 null

例外

尝试设置不是 null 以及不是绝对 URI 的值。

适用于