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.

Remarks

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

Applies to