KeyboardInputBuffer.SelectionLength Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Nombre de caractères dans la sélection actuelle, ou 0 s’il n’y a pas de sélection.