ITagAggregator<T>.BufferGraph, propriété

Obtient le graphique de mémoire tampon auquel cette agrégation s'exécute.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
ReadOnly Property BufferGraph As IBufferGraph
IBufferGraph BufferGraph { get; }
property IBufferGraph^ BufferGraph {
    IBufferGraph^ get ();
}
abstract BufferGraph : IBufferGraph with get
function get BufferGraph () : IBufferGraph

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Projection.IBufferGraph
Graphique de mémoire tampon auquel cette agrégation s'applique.

Sécurité .NET Framework

Voir aussi

Référence

ITagAggregator<T> Interface

Microsoft.VisualStudio.Text.Tagging, espace de noms