AutomationPeerAnnotation.Peer Свойство

Определение

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

public:
 property AutomationPeer ^ Peer { AutomationPeer ^ get(); void set(AutomationPeer ^ value); };
AutomationPeer Peer();

void Peer(AutomationPeer value);
public AutomationPeer Peer { get; set; }
var automationPeer = automationPeerAnnotation.peer;
automationPeerAnnotation.peer = automationPeer;
Public Property Peer As AutomationPeer

Значение свойства

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

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