다음을 통해 공유


DelegatingXmlDictionaryWriter.WriteChars 메서드

When overridden in a derived class, writes text one buffer at a time.

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

사용법

    Dim instance As DelegatingXmlDictionaryWriter
Dim buffer As Char()
Dim index As Integer
Dim count As Integer

instance.WriteChars(buffer, index, count)

구문

‘선언
Public Overrides Sub WriteChars ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
public override void WriteChars (
    char[] buffer,
    int index,
    int count
)
public:
virtual void WriteChars (
    array<wchar_t>^ buffer, 
    int index, 
    int count
) override
public void WriteChars (
    char[] buffer, 
    int index, 
    int count
)
public override function WriteChars (
    buffer : char[], 
    index : int, 
    count : int
)

매개 변수

  • buffer
    Character array containing the text to write.
  • index
    The position in the buffer indicating the start of the text to write.
  • count
    The number of characters to write.

스레드 안전성

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

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

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