ITagAggregator<T>::BufferGraph Property

 

Gets the buffer graph over which this aggregator operates.

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

property IBufferGraph^ BufferGraph {
	IBufferGraph^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Projection::IBufferGraph^

The buffer graph over which this aggregator operates.

Return to top
Show: