Partager via


KeyboardInputBuffer.SelectionLength Propriété

Définition

Obtient le nombre de caractères de la sélection actuelle dans la mémoire tampon d’entrée.

public:
 property unsigned int SelectionLength { unsigned int get(); };
uint32_t SelectionLength();
public uint SelectionLength { get; }
var uInt32 = keyboardInputBuffer.selectionLength;
Public ReadOnly Property SelectionLength As UInteger

Valeur de propriété

UInt32

unsigned int

uint32_t

Nombre de caractères dans la sélection actuelle, ou 0 s’il n’y a pas de sélection.

S’applique à