KeyboardInputBuffer.SelectionLength Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o número de caracteres na seleção atual no buffer de entrada.
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
Valor da propriedade
O número de caracteres na seleção atual ou 0 se não houver seleção.