Freigeben über


ITextSnapshotLine.Snapshot-Eigenschaft

Ruft ITextSnapshot ab, in denen die Zeile angezeigt.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Der ITextSnapshot, in dem die Zeile angezeigt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextSnapshotLine Schnittstelle

Microsoft.VisualStudio.Text-Namespace