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 オートメーション注釈の一覧。

適用対象