Share via


DocDataTextReader.Read Method

Gets the text at the next position.

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

Syntax

‘선언
Public Overrides Function Read As Integer
‘사용 방법
Dim instance As DocDataTextReader
Dim returnValue As Integer

returnValue = instance.Read()
public override int Read()
public:
virtual int Read() override
abstract Read : unit -> int 
override Read : unit -> int 
public override function Read() : int

Return Value

Type: System.Int32
The text at the next position (incrementing the internal counter), or -1 if the current position is equal to or greater than the length of the stream.

.NET Framework Security

See Also

Reference

DocDataTextReader Class

DocDataTextReader Members

Read Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace