ITextAndAdornmentSequencer::SourceBuffer Property

 

Gets the source buffer of the buffer graph.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The source buffer of the buffer graph.

Return to top
Show: