ValueProviderWrapperSetValue - метод

Sets the value of a control.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public void SetValue(
	string val
)

Параметры

val  String
 

Реализации

IValueProviderSetValue(String)

Исключения

InvalidOperationExceptionIf locale-specific information is passed to a control in an incorrect format such as an incorrectly formatted date.
ArgumentExceptionIf a new value cannot be converted from a string to a format the control recognizes.
ElementNotEnabledExceptionWhen an attempt is made to manipulate a control that is not enabled.

См. также