DocData::Buffer Property
Visual Studio 2015
The text buffer contained within the doc data.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextBuffer^The text buffer if one exists, otherwise null.
This may point to the doc data object directly, or it may be an inner object that is exposed through IVsTextBufferProvider.
Show: