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)

public:
property IVsTextBuffer^ Buffer {
	IVsTextBuffer^ get();
}

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.

Return to top
Show: