Share via


XmlSerializationReader.ParseWsdlArrayType(XmlAttribute) 方法

定义

如果 XML 特性是 Web 服务描述语言 (WSDL) 命名空间的类型 arrayType,则设置其值。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 void ParseWsdlArrayType(System::Xml::XmlAttribute ^ attr);
protected void ParseWsdlArrayType (System.Xml.XmlAttribute attr);
member this.ParseWsdlArrayType : System.Xml.XmlAttribute -> unit
Protected Sub ParseWsdlArrayType (attr As XmlAttribute)

参数

attr
XmlAttribute

XmlAttribute,可以具有类型 wsdl:array

注解

的受保护成员XmlSerializationReader仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。

WSDL 使用命名空间“http://schemas.xmlsoap.org/wsdl/”。

适用于