次の方法で共有


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

Scope 属性の値が格納された Urinull の可能性があります。

例外

null および絶対 URI でない値を設定しようとしました。

適用対象