When overridden in a derived class, writes text one buffer at a time.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

instance.WriteChars(buffer, index, count)

Синтаксис

Visual Basic
Public Overrides Sub WriteChars ( _
		buffer As Char(), _
		index As Integer, _
		count As Integer _
)
C#
public override void WriteChars (
		char[] buffer,
		int index,
		int count
)
C++
public:
virtual void WriteChars (
		array<wchar_t>^ buffer, 
		int index, 
		int count
) override
J#
public void WriteChars (
		char[] buffer, 
		int index, 
		int count
)
JScript
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.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также