AutomationPeer.GetAnnotations 方法

定义

获取对当前自动化对等方 UI 自动化注释列表的引用。

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

返回

UI 自动化注释的列表。

适用于