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 자동화 주석 목록입니다.

적용 대상