Freigeben über


AutomationAnnotation Konstruktoren

Definition

Überlädt

AutomationAnnotation()

Initialisiert eine neue Instanz der Klasse.

AutomationAnnotation(AnnotationType)

Initialisiert eine neue instance der -Klasse unter Verwendung der angegebenen Parameter.

AutomationAnnotation(AnnotationType, UIElement)

Initialisiert eine neue instance der -Klasse unter Verwendung der angegebenen Parameter.

AutomationAnnotation()

Initialisiert eine neue Instanz der Klasse.

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

Weitere Informationen

Gilt für:

AutomationAnnotation(AnnotationType)

Initialisiert eine neue instance der -Klasse unter Verwendung der angegebenen Parameter.

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

Parameter

type
AnnotationType

Gibt den Typ der Anmerkung an.

Weitere Informationen

Gilt für:

AutomationAnnotation(AnnotationType, UIElement)

Initialisiert eine neue instance der -Klasse unter Verwendung der angegebenen Parameter.

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)

Parameter

type
AnnotationType

Gibt den Typ der Anmerkung an.

element
UIElement

Gibt das Element an, das die Anmerkung implementiert.

Weitere Informationen

Gilt für: