AutomationPeer.GetAnnotationsCore Method

Definition

Provides the behavior of the peer when a Microsoft UI Automation client calls GetAnnotations or an equivalent Microsoft UI Automation client API.

protected:
 virtual IVector<AutomationPeerAnnotation ^> ^ GetAnnotationsCore() = GetAnnotationsCore;
IVector<AutomationPeerAnnotation> GetAnnotationsCore();
protected virtual IList<AutomationPeerAnnotation> GetAnnotationsCore();
function getAnnotationsCore()
Protected Overridable Function GetAnnotationsCore () As IList(Of AutomationPeerAnnotation)

Returns

The behavior of the peer.

Applies to