TextSpan.CreateEmpty

CreateEmpty()

Erstellen Sie die leere Textspanne.

public static TextSpan CreateEmpty()

Rückgabewert

Die TextSpan.

Siehe auch


CreateEmpty(int)

Leeren TextSpan ab Startposition erstellen.

public static TextSpan CreateEmpty(int start)
ParameterTypBeschreibung
startInt32Die Startposition.

Rückgabewert

Die TextSpan.

Siehe auch