共用方式為


WsdlImporter.ImportContract(PortType) 方法

定義

傳回 ContractDescription 物件,這個物件表示由已指定連接埠類型資訊所找到的中繼資料。

public:
 System::ServiceModel::Description::ContractDescription ^ ImportContract(System::Web::Services::Description::PortType ^ wsdlPortType);
public System.ServiceModel.Description.ContractDescription ImportContract (System.Web.Services.Description.PortType wsdlPortType);
member this.ImportContract : System.Web.Services.Description.PortType -> System.ServiceModel.Description.ContractDescription
Public Function ImportContract (wsdlPortType As PortType) As ContractDescription

參數

wsdlPortType
PortType

表示所需連接埠類型的 PortType 物件。

傳回

ContractDescription 物件,這個物件表示由已指定連接埠類型資訊所找到的中繼資料。

例外狀況

連接埠類型為 null

備註

使用 ImportContract 方法,即可使用 System.Web.Services.Description.PortType 物件在中繼資料中找出連接埠類型資訊,並將該繫結資訊當做 ContractDescription 物件傳回。 使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。

適用於