AutomationPeer.GetAnnotations Method
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 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.