Share via


BindingCollectionElement.ConfiguredBindings Vlastnost

Definice

Získá všechny vazby konfigurační prvky v této kolekci.

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

Hodnota vlastnosti

Všechny elementy konfigurace vazby v této kolekci.

Platí pro