AutomationPeer.GetAnnotationsCore 方法

定义

在 Microsoft UI 自动化客户端调用 GetAnnotations 或等效的 Microsoft UI 自动化客户端 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)

返回

对等方的行为。

适用于