SoapEntities.GetXsdType 方法

定义

返回当前 SOAP 类型的 XML 架构定义语言 (XSD)。Returns the XML Schema definition language (XSD) of the current SOAP type.

public:
 virtual System::String ^ GetXsdType();
public string GetXsdType ();
abstract member GetXsdType : unit -> string
override this.GetXsdType : unit -> string
Public Function GetXsdType () As String

返回

String

一个 String 指示当前 SOAP 类型的 XSD。A String that indicates the XSD of the current SOAP type.

实现

适用于