AutomationBridgeService.SetControlValue 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 controlValue As String
Dim data As String
instance.SetControlValue(applicationName, controlName, controlValue, data)
Syntax
'Declaration
Public Sub SetControlValue ( _
applicationName As String, _
controlName As String, _
controlValue As String, _
data As String _
)
public void SetControlValue (
string applicationName,
string controlName,
string controlValue,
string data
)
public:
void SetControlValue (
String^ applicationName,
String^ controlName,
String^ controlValue,
String^ data
)
public void SetControlValue (
String applicationName,
String controlName,
String controlValue,
String data
)
public function SetControlValue (
applicationName : String,
controlName : String,
controlValue : String,
data : String
)
Parameters
- applicationName
Specifies the application name.
- controlName
Specifies the control name.
- controlValue
Specifies the control value.
- data
Specifies the data.
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.