Condividi tramite


ContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Metodo

Definizione

Aggiunge la proprietà di contesto corrente al messaggio specificato.

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

public:
 virtual void GetPropertiesForNewContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ ctorMsg);
public virtual void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
[System.Security.SecurityCritical]
public virtual void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Security.SecurityCritical>]
abstract member GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
Public Overridable Sub GetPropertiesForNewContext (ctorMsg As IConstructionCallMessage)

Parametri

ctorMsg
IConstructionCallMessage

Interfaccia IConstructionCallMessage a cui aggiungere la proprietà di contesto.

Implementazioni

Attributi

Eccezioni

Il valore del parametro ctorMsg è null.

Commenti

La ContextAttribute classe è un'implementazione di una IContextProperty proprietà. Il GetPropertiesForNewContext metodo aggiunge la proprietà alla classe specificata IConstructionCallMessage in modo che, quando viene ricevuto il messaggio, il nuovo oggetto può essere creato nell'ambiente di contesto richiesto.

Si applica a