AutomationAnnotation
AutomationAnnotation
AutomationAnnotation
AutomationAnnotation
Class
Definition
Represents a single UI automation annotation.
public : sealed class AutomationAnnotation : DependencyObject, IAutomationAnnotationpublic sealed class AutomationAnnotation : DependencyObject, IAutomationAnnotationPublic NotInheritable Class AutomationAnnotation Inherits DependencyObject Implements IAutomationAnnotation// This API is not available in Javascript.
- Inheritance
-
AutomationAnnotationAutomationAnnotationAutomationAnnotationAutomationAnnotation
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Constructors
AutomationAnnotation() AutomationAnnotation() AutomationAnnotation() AutomationAnnotation()
Initializes a new instance of the class.
public : AutomationAnnotation()public AutomationAnnotation()Public Sub New()// This API is not available in Javascript.
AutomationAnnotation(AnnotationType) AutomationAnnotation(AnnotationType) AutomationAnnotation(AnnotationType) AutomationAnnotation(AnnotationType)
Initializes a new instance of the class using the supplied parameters.
public : AutomationAnnotation(AnnotationType type)public AutomationAnnotation(AnnotationType type)Public Sub New(type As AnnotationType)// This API is not available in Javascript.
Parameters
Specifies the type of the annotation.
- See Also
AutomationAnnotation(AnnotationType, UIElement) AutomationAnnotation(AnnotationType, UIElement) AutomationAnnotation(AnnotationType, UIElement) AutomationAnnotation(AnnotationType, UIElement)
Initializes a new instance of the class using the supplied parameters.
public : AutomationAnnotation(AnnotationType type, UIElement element)public AutomationAnnotation(AnnotationType type, UIElement element)Public Sub New(type As AnnotationType, element As UIElement)// This API is not available in Javascript.
Parameters
Specifies the type of the annotation.
Specifies the element that implements the annotation.
- See Also
Properties
Element Element Element Element
Gets or sets the element that implements the annotation.
public : UIElement Element { get; set; }public UIElement Element { get; set; }Public ReadWrite Property Element As UIElement// This API is not available in Javascript.
ElementProperty ElementProperty ElementProperty ElementProperty
Gets the identifier of the property.
public : static DependencyProperty ElementProperty { get; }public static DependencyProperty ElementProperty { get; }Public Static ReadOnly Property ElementProperty As DependencyProperty// This API is not available in Javascript.
The identifier of the property.
Type Type Type Type
Gets or sets the type of the annotation.
public : AnnotationType Type { get; set; }public AnnotationType Type { get; set; }Public ReadWrite Property Type As AnnotationType// This API is not available in Javascript.
The type of the annotation.
TypeProperty TypeProperty TypeProperty TypeProperty
Gets the identifier of the property.
public : static DependencyProperty TypeProperty { get; }public static DependencyProperty TypeProperty { get; }Public Static ReadOnly Property TypeProperty As DependencyProperty// This API is not available in Javascript.
The identifier of the property.