Share via


RichEditTextRange.Length Propiedad

Definición

Obtiene el recuento de caracteres en el intervalo de texto.

public:
 property int Length { int get(); };
int Length();
public int Length { get; }
var int32 = richEditTextRange.length;
Public ReadOnly Property Length As Integer

Valor de propiedad

Int32

int

Recuento de caracteres.

Implementaciones

Se aplica a