UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

UIAutomation-Aktivitäten

Letzte Aktualisierung 20. Apr. 2026

SetSelectedItem

Legt das ausgewählte Element auf einem Ziel-UI-Element fest.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Überladungen

ÜberladenBeschreibung
SetSelectedItem(IElementDescriptor, string, MobileOptions.SetSelectedItemOptions)Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als IElementDescriptor identifiziert ist.
SetSelectedItem(ObjectRepositoryTarget, string, MobileOptions.SelectedItemOptions)Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als ObjectRepositoryTarget identifiziert ist.
SetSelectedItem(SelectorTarget, string, MobileOptions.SetSelectedItemOptions)Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als SelectorTarget identifiziert ist.

SetSelectedItem(IElementDescriptor, string, MobileOptions.SetSelectedItemOptions)

Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als IElementDescriptor identifiziert ist.

SetSelectedItem(
	    IElementDescriptor element,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
SetSelectedItem(
	    IElementDescriptor element,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)

element : Ein UI-Element aus dem Object Repository, auf das Sie mithilfe der ObjectRepository.Descriptors -Klasse zugreifen.

Visit [Using objects in coded automations with
Mobile Automation](https://docs.uipath.com/studio/standalone/2024.4/user-guide/creating-an-object-repository#using-objects-in-coded-automations-with-mobile-automation) to learn how to use Object Repository elements
with mobile automation.
Visit [Using objects in coded automations with
Mobile Automation](https://docs.uipath.com/de/studio/standalone/2024.4/user-guide/creating-an-object-repository#using-objects-in-coded-automations-with-mobile-automation) to learn how to use Object Repository elements
with mobile automation.

selectedItem Zeichenfolge : Das Element, das nach diesem Aufruf ausgewählt wird.

options MobileOptions.SetSelectedItemOptions : Gibt die MobileOptions.SetSelectedItemOptions für die Aktion „Text festlegen“ an. Der Standardwert ist null.

SetSelectedItem(ObjectRepositoryTarget, string, MobileOptions.SelectedItemOptions)

Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als ObjectRepositoryTarget identifiziert ist.

SetSelectedItem(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
SetSelectedItem(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)

objectRepositoryTarget ObjectRepositoryTarget : Ein Objekt vom Typ ObjectRepositoryTarget.

selectedItem Zeichenfolge : Das Element, das nach diesem Aufruf ausgewählt wird.

options MobileOptions.SetSelectedItemOptions : Gibt die MobileOptions.SetSelectedItemOptions für die Aktion „Text festlegen“ an. Der Standardwert ist null.

SetSelectedItem(SelectorTarget, string, MobileOptions.SetSelectedItemOptions)

Legt das ausgewählte Element auf einem Ziel-UI-Element fest, das als SelectorTarget identifiziert ist.

SetSelectedItem(
	    SelectorTarget targetSelector,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)
SetSelectedItem(
	    SelectorTarget targetSelector,
	    string selectedItem,
	    MobileOptions. SetSelectedItemOptions options = null
)

targetSelector SelectorTarget : Ein Objekt vom Typ SelectorTarget . Kann mit der FromSelector(String) -Methode erstellt werden.

selectedItem Zeichenfolge : Das Element, das nach diesem Aufruf ausgewählt wird.

options MobileOptions.SetSelectedItemOptions : Gibt die MobileOptions.SetSelectedItemOptions für die Aktion „Text festlegen“ an. Der Standardwert ist null.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben