AccessibilityNodeInfo.ActionPreviousAtMovementGranularity Champ
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.
Attention
This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.
Action qui demande d’accéder à l’entité précédente dans le texte de ce nœud à une granularité de mouvement donnée.
[Android.Runtime.Register("ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionPreviousAtMovementGranularity = 512;
[<Android.Runtime.Register("ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionPreviousAtMovementGranularity : Android.Views.Accessibility.Action
Valeur de champ
Value = 512Implémente
- Attributs
Remarques
Action qui demande d’accéder à l’entité précédente dans le texte de ce nœud à une granularité de mouvement donnée. Par exemple, passez au caractère suivant, au mot, etc.
<arguments forts>:</strong><#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT
, #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN
<br><strong>Example :</strong> Move to the next character and not extend selection. <pre><p> Bundle arguments = new Bundle(); arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT, AccessibilityNodeInfo.MOVEMENT_GRANULARITY_CHARACTER); arguments.putBoolean(AccessibilityNodeInfo.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN, false); info.performAction(AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY, arguments);
</pré>
</p>
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.