AutomationPeer.GetAnnotations Method

Definition

Gets a reference to the list of UI automation annotations for the current automation peer.

public:
 virtual IVector<AutomationPeerAnnotation ^> ^ GetAnnotations() = GetAnnotations;
IVector<AutomationPeerAnnotation> GetAnnotations();
public IList<AutomationPeerAnnotation> GetAnnotations();
function getAnnotations()
Public Function GetAnnotations () As IList(Of AutomationPeerAnnotation)

Returns

The list of UI automation annotations.

Applies to