Compartilhar via


Propriedade ITextChange.OldLength

Obtém o comprimento de OldText.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
ReadOnly Property OldLength As Integer
int OldLength { get; }
property int OldLength {
    int get ();
}
abstract OldLength : int with get
function get OldLength () : int

Valor de propriedade

Tipo: Int32
O comprimento de OldText.

Comentários

Isso é equivalente a OldSpan.Length.

Segurança do .NET Framework

Consulte também

Referência

ITextChange Interface

Namespace Microsoft.VisualStudio.Text