XmlSerializationReader::GetArrayLength Method (String^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the length of the SOAP-encoded array where the XmlReader is currently positioned.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System::String^
The local name that the array should have.
- ns
-
Type:
System::String^
The namespace that the array should have.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
The GetArrayLength method applies to the arrayType attribute that is used with SOAP encoding and specified with the namespace "http://schemas.xmlsoap.org/soap/encoding/".
.NET Framework
Available since 1.1
Available since 1.1
Show: