ContextItem.Scope 属性

定义

获取或设置 URI 范围 。Gets or sets the 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,它包含范围特性的值。A Uri that contains the value of the Scope attribute. 可以为 nullCan be null.

例外

尝试设置不是 null 以及不是绝对 URI 的值。An attempt is made to set a value that is not null and is not an absolute URI.

适用于