AutomationPeerAnnotation Конструкторы

Определение

Перегрузки

AutomationPeerAnnotation()

Инициализирует новый экземпляр класса.

AutomationPeerAnnotation(AnnotationType)

Инициализирует новый экземпляр класса с помощью определенного параметра.

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

Инициализирует новый экземпляр класса с помощью определенных параметров.

AutomationPeerAnnotation()

Инициализирует новый экземпляр класса.

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

См. также раздел

Применяется к

AutomationPeerAnnotation(AnnotationType)

Инициализирует новый экземпляр класса с помощью определенного параметра.

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

Параметры

type
AnnotationType

Тип заметки.

См. также раздел

Применяется к

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

Инициализирует новый экземпляр класса с помощью определенных параметров.

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)

Параметры

type
AnnotationType

Тип заметки.

peer
AutomationPeer

Одноранговый узел автоматизации элемента, реализующего заметку.

См. также раздел

Применяется к