IContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したメッセージで、呼び出し元にコンテキスト プロパティを返します。
この 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)
パラメーター
コンテキスト プロパティの追加対象の IConstructionCallMessage。
- 属性
注釈
メソッドはGetPropertiesForNewContext、インターフェイスのプロパティ リストにコンテキスト プロパティをContextPropertiesIConstructionCallMessage直接追加できます。 クラスの既定の ContextAttribute 実装では、これをコンテキスト プロパティ リストに追加します。 コンテキスト属性は自由にオーバーライド GetPropertiesForNewContext でき、独自の動作を実装できます。 たとえば、コンテキスト プロパティを実装する新しいクラスをリストに追加できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET