Compartir a través de


TextSpan<T>(Int32, T) Constructor

Definición

Inicializa una nueva instancia de la clase TextSpan<T> especificando la longitud del intervalo de texto y el valor asociado a él.

public:
 TextSpan(int length, T value);
public TextSpan (int length, T value);
new System.Windows.Media.TextFormatting.TextSpan<'T> : int * 'T -> System.Windows.Media.TextFormatting.TextSpan<'T>
Public Sub New (length As Integer, value As T)

Parámetros

length
Int32

Valor Int32 que representa el número de caracteres del intervalo de texto.

value
T

Objeto asociado al intervalo de texto.

Se aplica a