DataDrivenAdapterBase.GetControlValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.