Freigeben über


IProjectionBufferBase.CurrentSnapshot-Eigenschaft

Ruft die aktuelle Momentaufnahme der Inhalt des Projektionspuffers ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Die aktuelle Momentaufnahme für den Inhalt des Projektionspuffers.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionBufferBase Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace