Modifier

AutomationElementIdentifiers.FrameworkIdProperty Field

Definition

Identifies the property that contains the underlying framework's name for the element.

public: static initonly System::Windows::Automation::AutomationProperty ^ FrameworkIdProperty;
public static readonly System.Windows.Automation.AutomationProperty FrameworkIdProperty;
 staticval mutable FrameworkIdProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly FrameworkIdProperty 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