Freigeben über


ITagAggregator<T>.BufferGraph-Eigenschaft

Ruft das Pufferdiagramm ab, zu dem dieser Aggregator operiert.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.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
Das Pufferdiagramm, über dem dieser Aggregator operiert.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITagAggregator<T> Schnittstelle

Microsoft.VisualStudio.Text.Tagging-Namespace