Freigeben über


IFormattedLineSource.TopTextSnapshot-Eigenschaft

Ruft die obere Textmomentaufnahme ab, für die diese Quelle formatierten Text bereitstellt.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Die obere Textmomentaufnahme, für die diese Quelle formatierten Text bereitstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IFormattedLineSource Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace