AutomationAnnotation Constructors

Definition

Overloads

AutomationAnnotation()

Initializes a new instance of the class.

AutomationAnnotation(AnnotationType)

Initializes a new instance of the class using the supplied parameters.

AutomationAnnotation(AnnotationType, UIElement)

Initializes a new instance of the class using the supplied parameters.

AutomationAnnotation()

Initializes a new instance of the class.

public:
 AutomationAnnotation();
 AutomationAnnotation();
public AutomationAnnotation();
function AutomationAnnotation()
Public Sub New ()

See also

Applies to

AutomationAnnotation(AnnotationType)

Initializes a new instance of the class using the supplied parameters.

public:
 AutomationAnnotation(AnnotationType type);
 AutomationAnnotation(AnnotationType const& type);
public AutomationAnnotation(AnnotationType type);
function AutomationAnnotation(type)
Public Sub New (type As AnnotationType)

Parameters

type
AnnotationType

Specifies the type of the annotation.

See also

Applies to

AutomationAnnotation(AnnotationType, UIElement)

Initializes a new instance of the class using the supplied parameters.

public:
 AutomationAnnotation(AnnotationType type, UIElement ^ element);
 AutomationAnnotation(AnnotationType const& type, UIElement const& element);
public AutomationAnnotation(AnnotationType type, UIElement element);
function AutomationAnnotation(type, element)
Public Sub New (type As AnnotationType, element As UIElement)

Parameters

type
AnnotationType

Specifies the type of the annotation.

element
UIElement

Specifies the element that implements the annotation.

See also

Applies to