Compartir a través de


AutomationBridgeService.FindControl(String, String) Method

Definition

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

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

Parameters

applicationName
String

Specifies the application name.

controlName
String

Specifies the control name.

Returns

True if the control was found, otherwise false.

Applies to