AutomationElement.GetRuntimeId Method

Definition

Retrieves the unique identifier assigned to the user interface (UI) item.

C#
public int[] GetRuntimeId();

Returns

Int32[]

An array of integers representing the run-time identifier.

Exceptions

The UI for the AutomationElement no longer exists.

Examples

The following example shows how to retrieve the run-time identifier of an AutomationElement.

C#
// element is an AutomationElement.
int[] id = element.GetRuntimeId();

Remarks

The identifier is only guaranteed to be unique to the UI of the desktop on which it was generated. Identifiers can be reused over time.

The format of run-time identifiers might change in future releases. The returned identifier should be treated as an opaque value and used only for comparison; for example, to determine whether an AutomationElement is in the cache.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10