다음을 통해 공유


DelegatingXmlDictionaryReader.ReadValueChunk 메서드

Reads large streams of text embedded in an XML document.

네임스페이스: Microsoft.IdentityModel.Protocols.XmlSignature
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    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)

구문

‘선언
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

매개 변수

  • 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.

반환 값

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

스레드 안전성

이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

DelegatingXmlDictionaryReader 클래스
DelegatingXmlDictionaryReader 멤버
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스