ITextView.BufferGraph Property

Definition

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

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

Property Value

The IBufferGraph.

Applies to