AutomationPeerAnnotation Constructors

Definition

Overloads

AutomationPeerAnnotation()

Initializes a new instance of the class.

AutomationPeerAnnotation(AnnotationType)

Initializes a new instance of the class using the defined parameter.

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

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

AutomationPeerAnnotation()

Initializes a new instance of the class.

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

See also

Applies to

AutomationPeerAnnotation(AnnotationType)

Initializes a new instance of the class using the defined parameter.

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

Parameters

type
AnnotationType

The type of annotation.

See also

Applies to

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

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

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)

Parameters

type
AnnotationType

The type of annotation.

peer
AutomationPeer

The automation peer of the element that implements the annotation.

See also

Applies to