AutomationPeerAnnotation.Peer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the automation peer of the element that implements the annotation.
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
Property Value
The automation peer of the element that implements the annotation.