IBufferGraph::TopBuffer Property

 

Gets the top text buffer in the buffer graph.

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The top text buffer in the buffer graph.

Return to top
Show: