Aracılığıyla paylaş


CustomBindingCollectionElement.ConfiguredBindings Özellik

Tanım

Bu öğede yer alan tüm bağlama yapılandırma öğelerini alır.

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)

Özellik Değeri

ReadOnlyCollection<IBindingConfigurationElement>

Bu öğede yer alan tüm bağlama yapılandırma öğelerinin koleksiyonu.

Şunlara uygulanır