C# Класс Automation.UI.Util.AutomationPropertyHelper

Provides convenience methods for working with automation properties.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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