Freigeben über


IFormattedLineSource.SourceTextSnapshot-Eigenschaft

Ruft die Quelltextmomentaufnahme 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 SourceTextSnapshot As ITextSnapshot
ITextSnapshot SourceTextSnapshot { get; }
property ITextSnapshot^ SourceTextSnapshot {
    ITextSnapshot^ get ();
}
abstract SourceTextSnapshot : ITextSnapshot with get
function get SourceTextSnapshot () : ITextSnapshot

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IFormattedLineSource Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace