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 属性可以获取包含操作的服务协定的协定生成上下文。

适用于