Share via


ITextViewLineCollection.FormattedSpan Property

Gets the span of text contained in this ITextViewLine collection.

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
function get FormattedSpan () : SnapshotSpan

Property Value

Type: Microsoft.VisualStudio.Text.SnapshotSpan
The span of text contained in this ITextViewLine collection.

.NET Framework Security

See Also

Reference

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor Namespace