ITextView.BufferGraph Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.IBufferGraphPublic ReadOnly Property BufferGraph As IBufferGraphProperty Value
The IBufferGraph.