AutomationElementIdentifiers.RuntimeIdProperty Field

Definition

Identifies the property that contains the runtime identifier of the element.

public: static initonly System::Windows::Automation::AutomationProperty ^ RuntimeIdProperty;
public static readonly System.Windows.Automation.AutomationProperty RuntimeIdProperty;
 staticval mutable RuntimeIdProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly RuntimeIdProperty As AutomationProperty 

Field Value

Remarks

This identifier is for use by UI Automation providers. UI Automation client applications should use the equivalent field from AutomationElement.

Applies to

See also