DocData.Buffer Property
The text buffer contained within the doc data.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Buffer As IVsTextBuffer
public IVsTextBuffer Buffer { get; }
public:
property IVsTextBuffer^ Buffer {
IVsTextBuffer^ get ();
}
member Buffer : IVsTextBuffer
function get Buffer () : IVsTextBuffer
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer
The text buffer if one exists, otherwise nulla null reference (Nothing in Visual Basic).
Remarks
This may point to the doc data object directly, or it may be an inner object that is exposed through IVsTextBufferProvider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.