Partilhar via


Propriedade ITagAggregator<T>.BufferGraph

Obtém o gráfico de buffer através do qual este agregador opera.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
ReadOnly Property BufferGraph As IBufferGraph
IBufferGraph BufferGraph { get; }
property IBufferGraph^ BufferGraph {
    IBufferGraph^ get ();
}
abstract BufferGraph : IBufferGraph with get
function get BufferGraph () : IBufferGraph

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Projection.IBufferGraph
O gráfico de buffer através do qual este agregador opera.

Segurança do .NET Framework

Consulte também

Referência

ITagAggregator<T> Interface

Namespace Microsoft.VisualStudio.Text.Tagging