ITextView.BufferGraph Property

Gets the IBufferGraph that contains the set of source buffers that contribute to this view.

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

Syntax

'Declaration
ReadOnly Property BufferGraph As IBufferGraph
IBufferGraph BufferGraph { get; }
property IBufferGraph^ BufferGraph {
    IBufferGraph^ get ();
}
abstract BufferGraph : IBufferGraph
function get BufferGraph () : IBufferGraph

Property Value

Type: Microsoft.VisualStudio.Text.Projection.IBufferGraph
The IBufferGraph.

.NET Framework Security

See Also

Reference

ITextView Interface

Microsoft.VisualStudio.Text.Editor Namespace