Freigeben über


ITextView.BufferGraph-Eigenschaft

Ruft den IBufferGraph mit dem Satz von Quellpuffern ab, die zu dieser Ansicht beitragen.

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 with get
function get BufferGraph () : IBufferGraph

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Projection.IBufferGraph
Der IBufferGraph.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace