OperationContractGenerationContext.ServiceContractGenerator 属性

定义

获取生成当前操作的 ServiceContractGenerator

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

属性值

生成当前操作的 ServiceContractGenerator

注解

使用 ServiceContractGenerator 属性可以检查或修改可为当前操作生成代码的对象。

适用于