Partager via


IProjectionSnapshot.TextBuffer, propriété

Obtient le IProjectionBufferBase duquel provient l'instantané.

Espace de noms :  Microsoft.VisualStudio.Text.Projection
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase
IProjectionBufferBase de laquelle ceci est un instantané.

Notes

Cette propriété retourne toujours la même mémoire tampon de projection, mais la mémoire tampon de projection n'est pas lui-même immuable.

Sécurité .NET Framework

Voir aussi

Référence

IProjectionSnapshot Interface

Microsoft.VisualStudio.Text.Projection, espace de noms