次の方法で共有


CustomBindingCollectionElement.ConfiguredBindings プロパティ

定義

この要素に含まれるすべてのバインド構成要素を取得します。

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::IBindingConfigurationElement ^> ^ ConfiguredBindings { System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::IBindingConfigurationElement ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.IBindingConfigurationElement> ConfiguredBindings { get; }
member this.ConfiguredBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.IBindingConfigurationElement>
Public Overrides ReadOnly Property ConfiguredBindings As ReadOnlyCollection(Of IBindingConfigurationElement)

プロパティ値

この要素に含まれるすべてのバインディング構成要素のコレクション。

適用対象