AutomationBridgeService.FindControl Method
Calls the corresponding method on the Data Driven Adapter configured for the hosted application.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationBridgeService
Dim applicationName As String
Dim controlName As String
Dim returnValue As Boolean
returnValue = instance.FindControl(applicationName, controlName)
Syntax
'Declaration
Public Function FindControl ( _
applicationName As String, _
controlName As String _
) As Boolean
public bool FindControl (
string applicationName,
string controlName
)
public:
bool FindControl (
String^ applicationName,
String^ controlName
)
public boolean FindControl (
String applicationName,
String controlName
)
public function FindControl (
applicationName : String,
controlName : String
) : boolean
Parameters
- applicationName
Specifies the application name.
- controlName
Specifies the control name.
Return Value
Type: Boolean
True if the control was found, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AutomationBridgeService Class
AutomationBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.