次の方法で共有


IContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage) メソッド

定義

指定したメッセージで、呼び出し元にコンテキスト プロパティを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

msg
IConstructionCallMessage

コンテキスト プロパティの追加対象の IConstructionCallMessage

属性

注釈

メソッドはGetPropertiesForNewContext、インターフェイスのプロパティ リストにコンテキスト プロパティをContextPropertiesIConstructionCallMessage直接追加できます。 クラスの既定の ContextAttribute 実装では、これをコンテキスト プロパティ リストに追加します。 コンテキスト属性は自由にオーバーライド GetPropertiesForNewContext でき、独自の動作を実装できます。 たとえば、コンテキスト プロパティを実装する新しいクラスをリストに追加できます。

適用対象