DelegatingXmlDictionaryReader::ReadValueChunk Method (array<Char>^, Int32, Int32)
Reads large streams of text embedded in an XML document.
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::Int32The number of characters read into the buffer. The value zero is returned when there is no more text content.
Available since 4.5