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

が登録されている property オブジェクト/プロキシ。

ctx
Context

が登録されているコンテキスト property

戻り値

オブジェクトの登録が正常に解除された場合は true。それ以外の場合は false

例外

name パラメーターが null です。

オブジェクトとコンテキストの両方が指定されています (obj および ctx がどちらも null ではありません)。

適用対象