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

Inherited properties

Constructors

AutomationPeerAnnotation() AutomationPeerAnnotation() AutomationPeerAnnotation() AutomationPeerAnnotation()

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
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
peer
AutomationPeer AutomationPeer AutomationPeer AutomationPeer

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

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

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.

See Also