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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.