AutomationPeerAnnotation Konstruktoren

Definition

Überlädt

AutomationPeerAnnotation()

Initialisiert eine neue Instanz der Klasse.

AutomationPeerAnnotation(AnnotationType)

Initialisiert einen neuen instance der -Klasse mithilfe des definierten Parameters.

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

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

AutomationPeerAnnotation()

Initialisiert eine neue Instanz der Klasse.

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

Weitere Informationen

Gilt für:

AutomationPeerAnnotation(AnnotationType)

Initialisiert einen neuen instance der -Klasse mithilfe des definierten Parameters.

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

Parameter

type
AnnotationType

Der Typ der Anmerkung.

Weitere Informationen

Gilt für:

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

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

public:
 AutomationPeerAnnotation(AnnotationType type, AutomationPeer ^ peer);
 AutomationPeerAnnotation(AnnotationType const& type, AutomationPeer const& peer);
public AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer);
function AutomationPeerAnnotation(type, peer)
Public Sub New (type As AnnotationType, peer As AutomationPeer)

Parameter

type
AnnotationType

Der Typ der Anmerkung.

peer
AutomationPeer

Der Automatisierungspeer des Elements, das die Anmerkung implementiert.

Weitere Informationen

Gilt für: