IContextAttribute 인터페이스

정의

컨텍스트 특성을 식별합니다.

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

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

설명

클래스는 IContextAttribute 모든 컨텍스트 특성에서 노출됩니다. 특성은 컨텍스트에 상주하고 해당 컨텍스트에서 만든 개체에 대해 특정 정책을 적용하는 속성을 제공합니다. 특성 사용에 대한 자세한 내용은 특성을 참조하세요.

메서드

Name Description
GetPropertiesForNewContext(IConstructionCallMessage)

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

지정된 메시지의 호출자에게 컨텍스트 속성을 반환합니다.

IsContextOK(Context, IConstructionCallMessage)

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

지정된 컨텍스트가 컨텍스트 특성의 요구 사항을 충족하는지 여부를 나타내는 부울 값을 반환합니다.

적용 대상