Context.UnregisterDynamicProperty(String, ContextBoundObject, Context) 메서드

정의

IDynamicProperty 인터페이스를 구현하는 동적 속성의 등록을 취소합니다.

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

public:
 static bool UnregisterDynamicProperty(System::String ^ name, ContextBoundObject ^ obj, System::Runtime::Remoting::Contexts::Context ^ ctx);
public static bool UnregisterDynamicProperty (string name, ContextBoundObject obj, System.Runtime.Remoting.Contexts.Context ctx);
static member UnregisterDynamicProperty : string * ContextBoundObject * System.Runtime.Remoting.Contexts.Context -> bool
Public Shared Function UnregisterDynamicProperty (name As String, obj As ContextBoundObject, ctx As Context) As Boolean

매개 변수

name
String

등록을 취소할 동적 속성의 이름입니다.

obj
ContextBoundObject

속성을 등록할 해당 개체/프록시입니다.

ctx
Context

속성을 등록할 컨텍스트입니다.

반환

Boolean

개체가 성공적으로 등록 취소되었으면 true이고, 그렇지 않으면 false입니다.

예외

name 매개 변수가 null인 경우

개체와 컨텍스트가 모두 지정된 경우, 즉 objctx가 모두 null이 아닌 경우

적용 대상