XmlSerializationReader.ParseWsdlArrayType(XmlAttribute) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 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/”。