IChannelSinkBase.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シンク上のプロパティにアクセスするために使用するディクショナリを取得します。
public:
property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Properties { get; }
public 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 ReadOnly Property Properties As IDictionary
プロパティ値
シンク上のプロパティにアクセスするために使用するディクショナリ。チャネル シンクがプロパティをサポートしていない場合は null
。
- 属性
例外
直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。
注釈
プロパティがこのチャネル シンクに存在しない場合は、チェーン内の次のシンクにプロパティ アクセス要求を委任します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET