C# Класс WindowsPhoneTestFramework.Client.AutomationClient.Automation

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance Automation

Private Properties

Свойство Тип Описание

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

Метод Описание
AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
AddObjectPropertyNameForTextLookup ( string propertyName ) : void
AddPropertyNameToTestForValue ( string propertyName ) : void
AddStringPropertyNameForTextLookup ( string propertyName ) : void
AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
AddValueManipulator ( IValueManipulator valueManipulator ) : void
Initialise ( string remoteUrl = "" ) : void

Описание методов

AddAutomationPeerHandlerForTapAction() публичный Метод

public AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
Результат void

AddObjectPropertyNameForTextLookup() публичный Метод

public AddObjectPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
Результат void

AddPropertyNameToTestForValue() публичный Метод

public AddPropertyNameToTestForValue ( string propertyName ) : void
propertyName string
Результат void

AddStringPropertyNameForTextLookup() публичный Метод

public AddStringPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
Результат void

AddUIElementHandlerForTapAction() публичный Метод

public AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
Результат void

AddValueManipulator() публичный Метод

public AddValueManipulator ( IValueManipulator valueManipulator ) : void
valueManipulator IValueManipulator
Результат void

Initialise() публичный Метод

public Initialise ( string remoteUrl = "" ) : void
remoteUrl string
Результат void

Описание свойств

Instance публичное статическое свойство

public static Automation,WindowsPhoneTestFramework.Client.AutomationClient Instance
Результат Automation