Partager via


KeyboardInputBuffer Classe

Définition

Fournit l’accès à une mémoire tampon de texte utilisée pour agréger l’entrée utilisateur au clavier du panneau d’entrée logicielle sur le téléphone.

public ref class KeyboardInputBuffer sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Phone.PhoneInternalContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyboardInputBuffer final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneInternalContract")]
class KeyboardInputBuffer final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Phone.PhoneInternalContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class KeyboardInputBuffer
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneInternalContract")]
public sealed class KeyboardInputBuffer
Public NotInheritable Class KeyboardInputBuffer
Héritage
Object Platform::Object IInspectable KeyboardInputBuffer
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.Phone.PhoneInternalContract (introduit dans v1.0)

Remarques

Windows Phone 8

Cette API est prise en charge uniquement dans les applications natives.

Constructeurs

KeyboardInputBuffer()

Initialise une nouvelle instance de la classe KeyboardInputBuffer.

Propriétés

InputScope

Obtient ou définit l’étendue d’entrée qui détermine l’ensemble de touches affichées sur le clavier du panneau d’entrée logicielle sur le téléphone

SelectionLength

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

SelectionStart

Obtient la position de départ du texte sélectionné dans la mémoire tampon d’entrée.

Text

Obtient ou définit le contenu de la mémoire tampon d’entrée.

Méthodes

Select(UInt32, UInt32)

Sélectionne une plage de texte dans la mémoire tampon d’entrée.

SelectFromTap(UInt32)

Sélectionne une plage de texte comme si l’utilisateur avait appuyé sur le caractère spécifié dans la mémoire tampon d’entrée.

Événements

SelectionChanged

Se produit lorsque la sélection de texte dans la mémoire tampon d’entrée a changé.

TextChanged

Se produit lorsque le contenu change dans la mémoire tampon d’entrée.

S’applique à