Condividi tramite


Proprietà ITextBuffer.CurrentSnapshot

Ottiene il contenuto corrente del buffer.

Spazio dei nomi:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Sintassi

'Dichiarazione
ReadOnly Property CurrentSnapshot As ITextSnapshot
ITextSnapshot CurrentSnapshot { get; }
property ITextSnapshot^ CurrentSnapshot {
    ITextSnapshot^ get ();
}
abstract CurrentSnapshot : ITextSnapshot with get
function get CurrentSnapshot () : ITextSnapshot

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.ITextSnapshot
Il contenuto corrente del buffer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextBuffer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text