다음을 통해 공유


ContextProperty 클래스

정의

속성 이름의 이름/값 쌍과 컨텍스트의 속성을 나타내는 개체를 보유합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public ref class ContextProperty
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ContextProperty
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ContextProperty = class
Public Class ContextProperty
상속
ContextProperty
특성

설명

컨텍스트를 구성 하는 다양 한 자동 서비스에서 제공 하는 속성과 활성화 설정한 경우 서비스는 Context 클래스가 만들어집니다. 각 속성은 자체 관리 되는 개체입니다. 속성이 메시지 싱크를 제공 여부에 따라 활성 또는 수동 모드로 간주 됩니다.

속성

Name

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

클래스의 이름을 가져옵니다 ContextProperty .

Property

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

컨텍스트의 속성을 나타내는 개체를 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상