ServiceContractGenerator.GenerateServiceContractType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a service contract type from the specified ContractDescription instance.
public:
System::CodeDom::CodeTypeReference ^ GenerateServiceContractType(System::ServiceModel::Description::ContractDescription ^ contractDescription);
public System.CodeDom.CodeTypeReference GenerateServiceContractType (System.ServiceModel.Description.ContractDescription contractDescription);
member this.GenerateServiceContractType : System.ServiceModel.Description.ContractDescription -> System.CodeDom.CodeTypeReference
Public Function GenerateServiceContractType (contractDescription As ContractDescription) As CodeTypeReference
Parameters
- contractDescription
- ContractDescription
The ContractDescription to use to generate the contract type.
Returns
A CodeTypeReference instance for the generated contract type.
Remarks
Other code artifacts may also get generated as specified by using the ServiceContractGenerator.Options property.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา