다음을 통해 공유


WorkflowService.GetContractDescriptions 메서드

정의

계약 이름으로 키가 지정된 계약 설명의 사전을 반환합니다.

public:
 virtual System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::ServiceModel::Description::ContractDescription ^> ^ GetContractDescriptions();
public virtual System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.ServiceModel.Description.ContractDescription> GetContractDescriptions ();
abstract member GetContractDescriptions : unit -> System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.ServiceModel.Description.ContractDescription>
override this.GetContractDescriptions : unit -> System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.ServiceModel.Description.ContractDescription>
Public Overridable Function GetContractDescriptions () As IDictionary(Of XName, ContractDescription)

반환

IDictionary<XName,ContractDescription>

계약 이름으로 키가 지정된 계약 설명의 사전입니다.

적용 대상