다음을 통해 공유


ContextItem.Scope 속성

정의

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입니다. null일 수 있습니다.

예외

null이 아니고 절대 URI가 아닌 값을 설정하려고 한 경우

적용 대상