ITagAggregator<T>.BufferGraph Property

Definition

The buffer graph over which this aggregator operates.

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 buffer graph over which this aggregator operates.

Applies to