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)

property SnapshotSpan FormattedSpan {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The span of text contained in this ITextViewLine collection.

Return to top
Show: