Partager via


ITextChange.OldLength, propriété

Obtient la longueur d'OldText.

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

Syntaxe

'Déclaration
ReadOnly Property OldLength As Integer
int OldLength { get; }
property int OldLength {
    int get ();
}
abstract OldLength : int with get
function get OldLength () : int

Valeur de propriété

Type : Int32
Longueur de OldText.

Notes

C'est l'équivalent d'OldSpan.Length.

Sécurité .NET Framework

Voir aussi

Référence

ITextChange Interface

Microsoft.VisualStudio.Text, espace de noms