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 Description
Name

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

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

Property

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

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

메서드

Name Description
Equals(Object)

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

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

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

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

기본 해시 함수로 사용됩니다.

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상