StructureChangedEventArgs.GetRuntimeId Method

Definition

Retrieves the UI Automation runtime identifier (ID) of the UI Automation element whose structure changed.

public:
 cli::array <int> ^ GetRuntimeId();
public int[] GetRuntimeId ();
member this.GetRuntimeId : unit -> int[]
Public Function GetRuntimeId () As Integer()

Returns

Int32[]

The runtime ID of the UI Automation element whose structure changed.

Remarks

The return value may be the identifier of the child that was added or removed or, in the case of many children being added, removed, or invalidated, the identifier of the parent. For more information, see StructureChangedEventArgs.

Custom controls might not provide a valid runtime identifier.

Applies to

See also