DataDrivenAdapterBase.GetControlValue(String, String) Method

Definition

Gets the current value of the control.

public:
 System::String ^ GetControlValue(System::String ^ controlName, System::String ^ Data);
public string GetControlValue (string controlName, string Data);
member this.GetControlValue : string * string -> string
Public Function GetControlValue (controlName As String, Data As String) As String

Parameters

controlName
String

Specifies the name of the control.

Data
String

Contains additional data for customizing the operation.

Returns

The value of the control.

Exceptions

Applies to