ITextAndAdornmentSequencer.TopBuffer Property

Definition

Gets the visual ITextBuffer of the buffer graph.

public:
 property Microsoft::VisualStudio::Text::ITextBuffer ^ TopBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextBuffer ^ TopBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public Microsoft.VisualStudio.Text.ITextBuffer TopBuffer { get; }
member this.TopBuffer : Microsoft.VisualStudio.Text.ITextBuffer
Public ReadOnly Property TopBuffer As ITextBuffer

Property Value

The top ITextBuffer in the buffer graph.

Applies to