Share via


EndpointCollectionElement.ConfiguredEndpoints 屬性

定義

在衍生類別內實作時,提供唯讀的 StandardEndpointElement 方法與屬性集合。

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

屬性值

表示唯讀的 StandardEndpointElement 方法與屬性集合。

適用於