activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
UiPath logo, featuring letters U and I in white
Activités UIAutomation
Last updated 28 oct. 2024

SetSelectedItem

Définissez l'élément sélectionné sur un élément d'IU cible.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (dans UiPath.MobileAutomation.API.dll)

Surcharges

SurchargeDescription
SetSelectedItem(IElementDescriptor, string, MobileOptions.SetSelectedItemOptions)Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un IElementDescriptor.
SetSelectedItem(ObjectRepositoryTarget, string, MobileOptions.SelectedItemOptions)Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un ObjectRepositoryTarget.
SetSelectedItem(SelectorTarget, string, MobileOptions.SetSelectedItemOptions)Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un SelectorTarget.

SetSelectedItem(IElementDescriptor, string, MobileOptions.SetSelectedItemOptions)

Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un IElementDescriptor.
SetSelectedItem(
	    IElementDescriptor element,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)SetSelectedItem(
	    IElementDescriptor element,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
élément
Un élément d'IU du Référentiel d'objets (Object Repository) auquel vous accédez à l'aide de la classe ObjectRepository.Descriptors .

Consultez la page Utilisation d'objets dans des automatisations codées avec l'automatisation mobile pour apprendre à utiliser les éléments du référentiel d'objets avec l'automatisation mobile.

selectedItem Chaîne de caractères (string)
L'élément qui sera sélectionné après cet appel.
options MobileOptions.SetSelectedItemOptions
Spécifie le MobileOptions.SetSelectedItemOptions de l’action de définition de texte. La valeur par défaut est null.

SetSelectedItem(ObjectRepositoryTarget, string, MobileOptions.SelectedItemOptions)

Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un ObjectRepositoryTarget.
SetSelectedItem(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)SetSelectedItem(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
objectRepositoryTarget ObjectRepositoryTarget
Un objet de type ObjectRepositoryTarget.
selectedItem Chaîne de caractères (string)
L'élément qui sera sélectionné après cet appel.
options MobileOptions.SetSelectedItemOptions
Spécifie le MobileOptions.SetSelectedItemOptions de l’action de définition de texte. La valeur par défaut est null.

SetSelectedItem(SelectorTarget, string, MobileOptions.SetSelectedItemOptions)

Définit l'élément sélectionné sur un élément d'IU cible, identifié comme un SelectorTarget.
SetSelectedItem(
	    SelectorTarget targetSelector,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)SetSelectedItem(
	    SelectorTarget targetSelector,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
targetSelector SelectorTarget
Un objet de type SelectorTarget . Peut être construit à l'aide de la méthode FromSelector(String) .
selectedItem Chaîne de caractères (string)
L'élément qui sera sélectionné après cet appel.
options MobileOptions.SetSelectedItemOptions
Spécifie le MobileOptions.SetSelectedItemOptions de l’action de définition de texte. La valeur par défaut est null.

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.