C# 클래스 WATKit.Controls.AutomationControl

Default wrapper for automation elements
파일 보기 프로젝트 열기: MikeHanson/WATKit

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ValidateElement ( AutomationElement element ) : void

Validates the element.

메소드 상세

ValidateElement() 보호된 메소드

Validates the element.
protected ValidateElement ( AutomationElement element ) : void
element System.Windows.Automation.AutomationElement The element.
리턴 void