StructureChangedEventArgs.GetRuntimeId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.