Sdílet prostřednictvím


CustomBindingCollectionElement.ConfiguredBindings Vlastnost

Definice

Získá všechny prvky konfigurace vazby obsažené v tomto elementu.

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)

Hodnota vlastnosti

ReadOnlyCollection<IBindingConfigurationElement>

Kolekce všech elementů konfigurace vazby obsažených v tomto elementu.

Platí pro