IContextProperty 인터페이스

정의

컨텍스트 속성에서 명명 정보를 모으고 새 컨텍스트가 컨텍스트 속성에 적절한지 여부를 확인합니다.

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

public interface class IContextProperty
public interface IContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContextProperty
type IContextProperty = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContextProperty = interface
Public Interface IContextProperty
파생
특성

설명

IContextProperty 인터페이스 특성 제공한 컨텍스트 속성으로 노출 됩니다. 기본적으로 구현 하 여는 ContextAttribute 기본 클래스는 Context 특성 클래스를 확장할 수 있습니다.

속성

Name

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

컨텍스트에 추가할 속성 이름을 가져옵니다.

메서드

Freeze(Context)

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

컨텍스트가 고정될 때 호출됩니다.

IsNewContextOK(Context)

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

컨텍스트 속성이 새 컨텍스트와 호환되는지 여부를 나타내는 부울 값을 반환합니다.

적용 대상