AutomationPeerAnnotation
AutomationPeerAnnotation
AutomationPeerAnnotation
AutomationPeerAnnotation
Class
Definition
Represents a single UI automation annotation.
public : sealed class AutomationPeerAnnotation : DependencyObject, IAutomationPeerAnnotationpublic sealed class AutomationPeerAnnotation : DependencyObject, IAutomationPeerAnnotationPublic NotInheritable Class AutomationPeerAnnotation Inherits DependencyObject Implements IAutomationPeerAnnotation// This API is not available in Javascript.
- Inheritance
-
AutomationPeerAnnotationAutomationPeerAnnotationAutomationPeerAnnotationAutomationPeerAnnotation
- 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
AutomationPeerAnnotation() AutomationPeerAnnotation() AutomationPeerAnnotation() AutomationPeerAnnotation()
Initializes a new instance of the class.
public : AutomationPeerAnnotation()public AutomationPeerAnnotation()Public Sub New()// This API is not available in Javascript.
AutomationPeerAnnotation(AnnotationType) AutomationPeerAnnotation(AnnotationType) AutomationPeerAnnotation(AnnotationType) AutomationPeerAnnotation(AnnotationType)
Initializes a new instance of the class using the defined parameter.
public : AutomationPeerAnnotation(AnnotationType type)public AutomationPeerAnnotation(AnnotationType type)Public Sub New(type As AnnotationType)// This API is not available in Javascript.
Parameters
The type of annotation.
- See Also
AutomationPeerAnnotation(AnnotationType, AutomationPeer) AutomationPeerAnnotation(AnnotationType, AutomationPeer) AutomationPeerAnnotation(AnnotationType, AutomationPeer) AutomationPeerAnnotation(AnnotationType, AutomationPeer)
Initializes a new instance of the class using the defined parameters.
public : AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer)public AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer)Public Sub New(type As AnnotationType, peer As AutomationPeer)// This API is not available in Javascript.
Parameters
The type of annotation.
The automation peer of the element that implements the annotation.
- See Also
Properties
Peer Peer Peer Peer
Gets or sets the automation peer of the element that implements the annotation.
public : AutomationPeer Peer { get; set; }public AutomationPeer Peer { get; set; }Public ReadWrite Property Peer As AutomationPeer// This API is not available in Javascript.
The automation peer of the element that implements the annotation.
PeerProperty PeerProperty PeerProperty PeerProperty
Identifies the AutomationPeerAnnotation.Peer property.
public : static DependencyProperty PeerProperty { get; }public static DependencyProperty PeerProperty { get; }Public Static ReadOnly Property PeerProperty As DependencyProperty// This API is not available in Javascript.
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
Identifies the AutomationPeerAnnotation.Type 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.