ValueProviderWrapperSetValue - метод
Sets the value of a control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void SetValue(
string val
)
Public Sub SetValue (
val As String
)
public:
virtual void SetValue(
String^ val
) sealed
abstract SetValue :
val : string -> unit
override SetValue :
val : string -> unit
- val String
-
IValueProviderSetValue(String) InvalidOperationException | If locale-specific information is passed to a control in an incorrect format such as an incorrectly formatted date. |
ArgumentException | If a new value cannot be converted from a string to a format the control recognizes. |
ElementNotEnabledException | When an attempt is made to manipulate a control that is not enabled. |