DocDataTextReader Constructor (DocData^)
Visual Studio 2015
Initializes a new instance of DocDataTextReader for the given doc data.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The docData must implement IVsTextStream or an exception will be thrown. When this object is either disposed or closed, it will not by default call Dispose on the underlying doc data object.
Show: