Freigeben über


ITextBuffer.CurrentSnapshot-Eigenschaft

Ruft den aktuellen Inhalt des Puffers ab.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Der aktuelle Inhalt des Puffers.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextBuffer Schnittstelle

Microsoft.VisualStudio.Text-Namespace