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 自動化注釋的清單。

適用於