MethodCall.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート処理メッセージのプロパティのコレクションを表す IDictionary インターフェイスを取得します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Properties { get; }
public virtual System.Collections.IDictionary Properties { [System.Security.SecurityCritical] get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public Overridable ReadOnly Property Properties As IDictionary
プロパティ値
リモート処理メッセージのプロパティのコレクションを表す IDictionary インターフェイス。
実装
- 属性
注釈
プロパティは Properties 、フィールドの値を ExternalProperties 返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET