AutomationElementIdentifiers.DescribedByProperty Property

Definition

Identifies the described by automation property.

public:
 static property AutomationProperty ^ DescribedByProperty { AutomationProperty ^ get(); };
static AutomationProperty DescribedByProperty();
public static AutomationProperty DescribedByProperty { get; }
var automationProperty = AutomationElementIdentifiers.describedByProperty;
Public Shared ReadOnly Property DescribedByProperty As AutomationProperty

Property Value

The automation property identifier.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

The collection of elements that provide more information about the automation element is returned by the GetDescribedBy method.

Applies to