Condividi tramite


Context.UnregisterDynamicProperty(String, ContextBoundObject, Context) Metodo

Definizione

Annulla la registrazione di una proprietà dinamica che implementa l'interfaccia IDynamicProperty.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

name
String

Nome della proprietà dinamica di cui annullare la registrazione.

obj
ContextBoundObject

Oggetto o proxy per cui viene registrata la proprietà.

ctx
Context

Contesto per cui viene registrata la proprietà.

Restituisce

Boolean

true se la registrazione dell'oggetto è stata annullata. In caso contrario, false.

Eccezioni

Il valore del parametro name è null.

Sono specificati un oggetto e un contesto, ovvero obj e ctx non sono null.

Si applica a