AutomationElementIdentifiers.IsContentElementProperty Field

Definition

Identifies the property that indicates whether the element contains content that is valuable to the end user.

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