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 包含 Scope 属性的值。 可以为 null。
例外
尝试设置不是 null 且不是绝对 URI 的值。