AutomationProperties.DescribedByProperty Property

Definition

Gets the identifier for the described by attached property, which is an array of elements that provide more information about the automation element.

public:
 static property DependencyProperty ^ DescribedByProperty { DependencyProperty ^ get(); };
static DependencyProperty DescribedByProperty();
public static DependencyProperty DescribedByProperty { get; }
var dependencyProperty = AutomationProperties.describedByProperty;
Public Shared ReadOnly Property DescribedByProperty As DependencyProperty

Property Value

The identifier for the described by attached property.

Remarks

DescribedBy is used when an automation element is explained by another segment of the application UI. For example, the property can point to a text element of "2,529 items in 85 groups, 10 items selected" from a complex custom list object. Instead of using the object model for clients to digest similar information, the DescribedBy property can offer quick access to the UI element that may already offer useful end-user information that describes the UI element.

Applies to