KeyboardInputBuffer.Select(UInt32, UInt32) Méthode
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.
Sélectionne une plage de texte dans la mémoire tampon d’entrée.
public:
virtual void Select(unsigned int start, unsigned int length) = Select;
void Select(uint32_t const& start, uint32_t const& length);
public void Select(uint start, uint length);
function select(start, length)
Public Sub Select (start As UInteger, length As UInteger)
Paramètres
- start
-
UInt32
unsigned int
uint32_t
Index de base zéro du premier caractère de la sélection.
- length
-
UInt32
unsigned int
uint32_t
Longueur de la sélection, en caractères.