Compartir a través de


AutomationBridgeService.GetControlValue(String, String, String) Method

Definition

Calls the corresponding method on the Data Driven Adapter configured for the hosted application.

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

Parameters

applicationName
String

Specifies the application name.

controlName
String

Specifies the control name.

data
String

Specifies the data.

Returns

Applies to