AutomationPeer.GetAnnotations 方法

定義

取得目前自動化對等使用者介面自動化註釋清單的參考。

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

傳回

UI 自動化註釋的清單。

適用於