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)

戻り値

ピアの動作。

適用対象