C# 클래스 Automation.UI.Util.ConditionHelper

Convenience methods for working with Condition objects.
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
IsMeetsRequirements ( Condition condition, AutomationElement element ) : bool

Check to see if the specified automation element meets the requirements of the specified condition.

ToString ( Condition condition ) : string

Gets the string representation of the specified condition.

비공개 메소드들

메소드 설명
ToString ( PropertyCondition condition ) : string

Gets the string representation of the specified property condition.

ToString ( StringPropertyCondition condition ) : string

Gets the string representation of the specified string property condition.

메소드 상세

IsMeetsRequirements() 공개 정적인 메소드

Check to see if the specified automation element meets the requirements of the specified condition.
public static IsMeetsRequirements ( Condition condition, AutomationElement element ) : bool
condition Condition The condition to check.
element System.Windows.Automation.AutomationElement The automation element to check.
리턴 bool

ToString() 공개 정적인 메소드

Gets the string representation of the specified condition.
public static ToString ( Condition condition ) : string
condition Condition The condition.
리턴 string