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

Inherited properties

Constructors

AutomationAnnotation() AutomationAnnotation() AutomationAnnotation() AutomationAnnotation()

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
type
AnnotationType AnnotationType AnnotationType AnnotationType

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
type
AnnotationType AnnotationType AnnotationType AnnotationType

Specifies the type of the annotation.

element
UIElement UIElement UIElement UIElement

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

The element that implements the annotation.

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.

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

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.

See Also