AutomationElementIdentifiers.DescribedByProperty 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 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.