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

범위 특성의 값을 포함하는 A Uri 입니다. null일 수 있습니다.

예외

절대 URI가 아니 null 고 아닌 값을 설정하려고 합니다.

적용 대상