Partilhar via


Propriedade ITextChange.NewLength

Obtém o comprimento de NewText.

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

Sintaxe

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

Valor de propriedade

Tipo: Int32
O comprimento de NewText.

Comentários

Isso é equivalente a NewSpan.Length.

Segurança do .NET Framework

Consulte também

Referência

ITextChange Interface

Namespace Microsoft.VisualStudio.Text