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.

DelegatingXmlDictionaryReader::ReadValueChunk Method (array<Char>^, Int32, Int32)

.NET Framework (current version)
 
Use BaseTrue

Reads large streams of text embedded in an XML document.

Namespace:   System.IdentityModel
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual int ReadValueChunk(
	array<wchar_t>^ buffer,
	int index,
	int count
) override

Parameters

buffer
Type: array<System::Char>^

The array of characters that serves as the buffer to which the text contents are written. This value cannot be null.

index
Type: System::Int32

The offset within the buffer where the System.Xml.XmlReader can start to copy the results.

count
Type: System::Int32

The maximum number of characters to copy into the buffer. The actual number of characters copied is returned from this method.

Return Value

Type: System::Int32

The number of characters read into the buffer. The value zero is returned when there is no more text content.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft