Compartilhar via


Propriedade ITextViewLineCollection.FormattedSpan

Obtém o trecho de texto apresentado neste ITextViewLine coleção.

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

Sintaxe

'Declaração
ReadOnly Property FormattedSpan As SnapshotSpan
SnapshotSpan FormattedSpan { get; }
property SnapshotSpan FormattedSpan {
    SnapshotSpan get ();
}
abstract FormattedSpan : SnapshotSpan with get
function get FormattedSpan () : SnapshotSpan

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
O trecho de texto apresentado neste ITextViewLine coleção.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLineCollection Interface

Namespace Microsoft.VisualStudio.Text.Editor