ITextAndAdornmentSequencer::TopBuffer Property

 

Gets the top ITextBuffer in the buffer graph.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextBuffer^ TopBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The top ITextBuffer in the buffer graph.

Return to top
Show: