다음을 통해 공유


ServiceHostBase.ImplementedContracts 속성

정의

호스팅된 서비스에서 구현하는 계약을 검색합니다.

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)

속성 값

IDictionary<String,ContractDescription>

서비스의 IDictionary<TKey,TValue> 개체를 포함하는 ContractDescription입니다.

적용 대상