DocDataTextReader Methods

 

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

NameDescription
System_CAPS_pubmethodClose()

(Inherited from TextReader.)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from TextReader.)

System_CAPS_protmethodDispose(Boolean)

Overrides the base class implementation to call Dispose on the underlying docData if disposeDocData was true in the overloaded constructor DocDataTextReader.(Overrides TextReader::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodPeek()

Gets the current position in the text.(Overrides TextReader::Peek().)

System_CAPS_pubmethodRead()

Gets the text at the next position.(Overrides TextReader::Read().)

System_CAPS_pubmethodRead(array<Char>^, Int32, Int32)

Sets the text of the specified buffer at the specified position.(Overrides TextReader::Read(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodReadAsync(array<Char>^, Int32, Int32)

(Inherited from TextReader.)

System_CAPS_pubmethodReadBlock(array<Char>^, Int32, Int32)

(Inherited from TextReader.)

System_CAPS_pubmethodReadBlockAsync(array<Char>^, Int32, Int32)

(Inherited from TextReader.)

System_CAPS_pubmethodReadLine()

(Inherited from TextReader.)

System_CAPS_pubmethodReadLineAsync()

(Inherited from TextReader.)

System_CAPS_pubmethodReadToEnd()

(Inherited from TextReader.)

System_CAPS_pubmethodReadToEndAsync()

(Inherited from TextReader.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIServiceProvider::GetService(Type^)

Gets the service of the specified type.

Return to top
Show: