IContextAttribute.GetPropertiesForNewContext 메서드
이 메서드는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
지정된 메시지의 호출자에 컨텍스트 속성을 반환합니다.
네임스페이스: System.Runtime.Remoting.Contexts
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Sub GetPropertiesForNewContext ( _
msg As IConstructionCallMessage _
)
‘사용 방법
Dim instance As IContextAttribute
Dim msg As IConstructionCallMessage
instance.GetPropertiesForNewContext(msg)
void GetPropertiesForNewContext (
IConstructionCallMessage msg
)
void GetPropertiesForNewContext (
IConstructionCallMessage^ msg
)
void GetPropertiesForNewContext (
IConstructionCallMessage msg
)
function GetPropertiesForNewContext (
msg : IConstructionCallMessage
)
매개 변수
- msg
컨텍스트 속성을 추가할 IConstructionCallMessage입니다.
설명
GetPropertiesForNewContext 메서드는 IConstructionCallMessage 인터페이스의 ContextProperties 속성 목록에 컨텍스트 속성을 직접 추가할 수 있습니다. ContextAttribute 클래스에서의 기본 구현은 컨텍스트 속성 목록에 이 속성을 추가합니다. 컨텍스트 특성은 GetPropertiesForNewContext를 자유롭게 재정의할 수 있으며 고유한 동작을 구현할 수 있습니다. 예를 들어, 컨텍스트 속성을 구현하는 새 클래스를 목록에 추가할 수 있습니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
IContextAttribute 인터페이스
IContextAttribute 멤버
System.Runtime.Remoting.Contexts 네임스페이스