共用方式為


OperationContractGenerationContext.Contract 屬性

定義

取得服務合約的程式碼產生內容。

public:
 property System::ServiceModel::Description::ServiceContractGenerationContext ^ Contract { System::ServiceModel::Description::ServiceContractGenerationContext ^ get(); };
public System.ServiceModel.Description.ServiceContractGenerationContext Contract { get; }
member this.Contract : System.ServiceModel.Description.ServiceContractGenerationContext
Public ReadOnly Property Contract As ServiceContractGenerationContext

屬性值

目前作業的 ServiceContractGenerationContext

備註

您可以使用 Contract 屬性來取得包含作業之服務合約的合約產生內容。

適用於