DelegatingXmlDictionaryReader.ReadValueChunk Method

Reads large streams of text embedded in an XML document.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim buffer As Char()
Dim index As Integer
Dim count As Integer
Dim returnValue As Integer

returnValue = instance.ReadValueChunk(buffer, index, count)

Syntax

'Declaration
Public Overrides Function ReadValueChunk ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
) As Integer
public override int ReadValueChunk (
    char[] buffer,
    int index,
    int count
)
public:
virtual int ReadValueChunk (
    array<wchar_t>^ buffer, 
    int index, 
    int count
) override
public int ReadValueChunk (
    char[] buffer, 
    int index, 
    int count
)
public override function ReadValueChunk (
    buffer : char[], 
    index : int, 
    count : int
) : int

Parameter

  • buffer
    The array of characters that serves as the buffer to which the text contents are written. This value cannot be null.
  • index
    The offset within the buffer where the System.Xml.XmlReader can start to copy the results.
  • count
    The maximum number of characters to copy into the buffer. The actual number of characters copied is returned from this method.

Rückgabewert

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace