ContextItem.Scope 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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,它包含范围特性的值。 可以为 null
。
例外
尝试设置不是 null
以及不是绝对 URI 的值。