ServiceHostBase.ImplementedContracts Propriété

Définition

Récupère les contrats implémentés par le service hébergé.

protected:
 property System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ ImplementedContracts { System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ get(); };
protected public:
 property System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ ImplementedContracts { System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ get(); };
protected System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> ImplementedContracts { get; }
protected internal System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> ImplementedContracts { get; }
member this.ImplementedContracts : System.Collections.Generic.IDictionary<string, System.ServiceModel.Description.ContractDescription>
Protected ReadOnly Property ImplementedContracts As IDictionary(Of String, ContractDescription)
Protected Friend ReadOnly Property ImplementedContracts As IDictionary(Of String, ContractDescription)

Valeur de propriété

IDictionary<TKey,TValue> contenant les objets ContractDescription pour le service.

S’applique à