Share via


ITextSelection.IsReversed, propriété

Détermine si le point actif est Span.Start et le point d'ancrage est Span.End.

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

Syntaxe

'Déclaration
ReadOnly Property IsReversed As Boolean
bool IsReversed { get; }
property bool IsReversed {
    bool get ();
}
abstract IsReversed : bool with get
function get IsReversed () : boolean

Valeur de propriété

Type : Boolean
true si la sélection est inversée, sinon false.

Notes

Dans une sélection inversée, le point actif est Span.Start et le point d'ancrage est Span.End. Dans une sélection non- inversée, le point actif est span.end et le point d'ancrage est Span.Start.

Sécurité .NET Framework

Voir aussi

Référence

ITextSelection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms