AutomationElementIdentifiers.IsContentElementProperty Property
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.
Identifies the content element determination automation property. The content element status indicates whether the element contains content that is valuable to the end user. The current status is returned by the IsContentElement method.
public:
static property AutomationProperty ^ IsContentElementProperty { AutomationProperty ^ get(); };
static AutomationProperty IsContentElementProperty();
public static AutomationProperty IsContentElementProperty { get; }
var automationProperty = AutomationElementIdentifiers.isContentElementProperty;
Public Shared ReadOnly Property IsContentElementProperty As AutomationProperty
Property Value
The automation property identifier.