DocDataTextReader::Read Method (array<Char>^, Int32, Int32)

 

Sets the text of the specified buffer at the specified position.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual int Read(
	array<wchar_t>^ buffer,
	int index,
	int count
) override

Parameters

buffer
Type: array<System::Char>^

A character array to be populated.

index
Type: System::Int32

The starting point in the underlying text.

count
Type: System::Int32

The number of items in the underlying text to be copied.

Return Value

Type: System::Int32

The number of characters actually read.

Return to top
Show: