Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 data As String
Dim returnValue As String
returnValue = instance.GetControlValue(applicationName, controlName, data)
Syntax
'Declaration
Public Function GetControlValue ( _
applicationName As String, _
controlName As String, _
data As String _
) As String
public string GetControlValue (
string applicationName,
string controlName,
string data
)
public:
String^ GetControlValue (
String^ applicationName,
String^ controlName,
String^ data
)
public String GetControlValue (
String applicationName,
String controlName,
String data
)
public function GetControlValue (
applicationName : String,
controlName : String,
data : String
) : String
Parameters
- applicationName
Specifies the application name.
- controlName
Specifies the control name.
- data
Specifies the data.
Return Value
Type: String
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.