TextSpan.CreateEmpty

CreateEmpty()

Créez la plage de texte vide.

public static TextSpan CreateEmpty()

Return_Value

Le TextSpan.

Voir également


CreateEmpty(int)

Créer un TextSpan vide à partir de la position de départ.

public static TextSpan CreateEmpty(int start)
ParamètreTaperLa description
startInt32Le poste de départ.

Return_Value

Le TextSpan.

Voir également