Aracılığıyla paylaş


ServiceHostBase.ImplementedContracts Özellik

Tanım

Barındırılan hizmet tarafından uygulanan sözleşmeleri alır.

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)

Özellik Değeri

IDictionary<TKey,TValue> Hizmetin nesnelerini içerenContractDescription.

Şunlara uygulanır