ServiceHostBase.ImplementedContracts Vlastnost

Definice

Načte kontrakty implementované hostovanou službou.

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)

Hodnota vlastnosti

Objekt IDictionary<TKey,TValue> , který obsahuje ContractDescription objekty pro službu.

Platí pro