Udostępnij za pośrednictwem


XmlSerializationReader.ParseWsdlArrayType(XmlAttribute) Metoda

Definicja

Ustawia wartość atrybutu XML, jeśli jest typu arrayType 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 są XmlSerializationReader przeznaczone do użytku tylko przez klasy pochodne, które są używane wewnętrznie w ramach infrastruktury serializacji XML .NET Framework XML.

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

Dotyczy