ITextAndAdornmentSequencer.BufferGraph Property
Gets the IBufferGraph used by the sequencer.
Namespace: Microsoft.VisualStudio.Text.Formatting
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 with get
function get BufferGraph () : IBufferGraph
Property Value
Type: Microsoft.VisualStudio.Text.Projection.IBufferGraph
The IBufferGraph used by the sequencer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.