Sdílet prostřednictvím


ContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Metoda

Definice

Přidá aktuální kontextovou vlastnost do dané zprávy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

ctorMsg
IConstructionCallMessage

Vlastnost IConstructionCallMessage , do které chcete přidat kontext.

Implementuje

Atributy

Výjimky

Parametr ctorMsg je null.

Poznámky

Třída ContextAttribute je implementace IContextProperty vlastnosti. Metoda GetPropertiesForNewContext přidá vlastnost do dané IConstructionCallMessage třídy, aby při přijetí zprávy mohl být nový objekt vytvořen v požadovaném kontextovém prostředí.

Platí pro