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 with get
function get FormattedSpan () : SnapshotSpan
Property Value
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The span of text contained in this ITextViewLine collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.