Share via


Proprietà ITextChange.NewLength

ottiene la lunghezza di NewText.

Spazio dei nomi:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Sintassi

'Dichiarazione
ReadOnly Property NewLength As Integer
int NewLength { get; }
property int NewLength {
    int get ();
}
abstract NewLength : int with get
function get NewLength () : int

Valore proprietà

Tipo: Int32
la lunghezza di NewText.

Note

Ciò è l'equivalente di l NewSpan.Length.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextChange Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text