Freigeben über


ITextViewLineCollection.FormattedSpan-Eigenschaft

Ruft den in dieser ITextViewLine-Auflistung enthaltenen Textabschnitt ab.

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

Syntax

'Declaration
ReadOnly Property FormattedSpan As SnapshotSpan
SnapshotSpan FormattedSpan { get; }
property SnapshotSpan FormattedSpan {
    SnapshotSpan get ();
}
abstract FormattedSpan : SnapshotSpan with get
function get FormattedSpan () : SnapshotSpan

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Der Textabschnitt in dieser ITextViewLine-Auflistung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLineCollection Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace