XmlSerializationReader.ParseWsdlArrayType(XmlAttribute) Metoda

Definicja

Ustawia wartość atrybutu XML, jeśli jest arrayType typu z przestrzeni nazw WSDL (Web Services Description Language).

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

attr
XmlAttribute

Element XmlAttribute , który może mieć typ wsdl:array.

Uwagi

Chronione elementy członkowskie XmlSerializationReader są przeznaczone tylko do użytku przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML programu .NET Framework.

WSDL używa przestrzeni nazw "http://schemas.xmlsoap.org/wsdl/".

Dotyczy