다음을 통해 공유


Context.SetProperty(IContextProperty) 메서드

정의

이름으로 특정 컨텍스트 속성을 설정합니다.

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

public:
 virtual void SetProperty(System::Runtime::Remoting::Contexts::IContextProperty ^ prop);
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
[System.Security.SecurityCritical]
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
[<System.Security.SecurityCritical>]
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
Public Overridable Sub SetProperty (prop As IContextProperty)

매개 변수

prop
IContextProperty

실제 컨텍스트 속성입니다.

특성

예외

컨텍스트가 고정되어 있는 경우

속성 또는 속성 이름이 null인 경우

설명

기본 컨텍스트에 속성을 추가할 수 없습니다.

적용 대상