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