Partager via


ITextViewLine.Extent, propriété

Obtient l'étendue de la ligne, à l'exclusion de tout caractère de saut de ligne.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
ReadOnly Property Extent As SnapshotSpan
SnapshotSpan Extent { get; }
property SnapshotSpan Extent {
    SnapshotSpan get ();
}
abstract Extent : SnapshotSpan with get
function get Extent () : SnapshotSpan

Valeur de propriété

Type : Microsoft.VisualStudio.Text.SnapshotSpan
Étendue de la ligne, à l'exclusion de tout caractère de saut de ligne.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms