Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializationReader::GetArrayLength Method (String^, String^)

 

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.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

protected:
int GetArrayLength(
	String^ name,
	String^ ns
)

Parameters

name
Type: System::String^

The local name that the array should have.

ns
Type: System::String^

The namespace that the array should have.

Return Value

Type: System::Int32

The length of the SOAP array.

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
Return to top
Show:
© 2017 Microsoft