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

Provides convenience methods for working with automation properties.
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object property1, object property2 ) : bool

Compares the specified property values to see if they are equal.

ProgrammaticName ( AutomationProperty property ) : string

Gets the programmatic name for the specified automation property.

ToString ( object property ) : string

Gets the string representation of the specified automation property value.

메소드 상세

Equals() 공개 정적인 메소드

Compares the specified property values to see if they are equal.
public static Equals ( object property1, object property2 ) : bool
property1 object The first property.
property2 object The second property.
리턴 bool

ProgrammaticName() 공개 정적인 메소드

Gets the programmatic name for the specified automation property.
public static ProgrammaticName ( AutomationProperty property ) : string
property System.Windows.Automation.AutomationProperty The automation property.
리턴 string

ToString() 공개 정적인 메소드

Gets the string representation of the specified automation property value.
public static ToString ( object property ) : string
property object The property.
리턴 string