ExtensionsSection.BindingExtensions プロパティ

定義

セクションで定義されているすべてのバインディング拡張機能を取得します。

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 を実装する型です。

適用対象

こちらもご覧ください