IConstructionCallMessage.ContextProperties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체를 만들 컨텍스트를 정의하는 컨텍스트 속성 목록을 가져옵니다.
public:
property System::Collections::IList ^ ContextProperties { System::Collections::IList ^ get(); };
public System.Collections.IList ContextProperties { get; }
public System.Collections.IList ContextProperties { [System.Security.SecurityCritical] get; }
member this.ContextProperties : System.Collections.IList
[<get: System.Security.SecurityCritical>]
member this.ContextProperties : System.Collections.IList
Public ReadOnly Property ContextProperties As IList
속성 값
개체를 생성할 컨텍스트의 속성 목록입니다.
- 특성
예외
즉시 호출자에게 인프라 권한이 없습니다.
설명
새 개체의 컨텍스트는 일반적으로 클래스의 메타데이터 특성에 따라 선택됩니다. 컨텍스트 선택 메커니즘은 클래스 메타데이터로 컴파일되는 정적 컨텍스트 속성이라고도 하는 사용자 지정 특성을 통해 확장할 수 있습니다. 개체를 원격으로 ContextProperties 활성화할 때 생성 호출 메시지의 다양한 특성에 의해 기여된 속성 목록이 포함됩니다. 이러한 속성은 서버 개체가 활성화되는 컨텍스트를 만드는 데 사용됩니다.