ITextAndAdornmentSequencer.BufferGraph Property

Definition

Gets the IBufferGraph used by the sequencer.

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 used by the sequencer.

Applies to