DocDataTextReader::Peek Method ()

 

Gets the current position in the text.

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

public:
virtual int Peek() override

Return Value

Type: System::Int32

The current position, or -1 if the current position is equal to or greater than the length of the text.

Return to top
Show: