ExtensionsSection.BindingExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セクションで定義されているすべてのバインディング拡張機能を取得します。
public:
property System::ServiceModel::Configuration::ExtensionElementCollection ^ BindingExtensions { System::ServiceModel::Configuration::ExtensionElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("bindingExtensions")]
public System.ServiceModel.Configuration.ExtensionElementCollection BindingExtensions { get; }
[<System.Configuration.ConfigurationProperty("bindingExtensions")>]
member this.BindingExtensions : System.ServiceModel.Configuration.ExtensionElementCollection
Public ReadOnly Property BindingExtensions As ExtensionElementCollection
プロパティ値
バインド拡張機能のコレクション。
- 属性
注釈
バインド拡張機能を使用すると、ユーザーはカスタム バインドの一部として使用するユーザー定義のバインド要素を作成できます。 プログラムによって、バインディング拡張機能は抽象クラス BindingElement を実装する型です。