AutomationBridgeService.GetInitstring Method
Gets the associated initialization string.
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 xPath As String
Dim returnValue As String
returnValue = instance.GetInitstring(applicationName, xPath)
Syntax
'Declaration
Public Function GetInitstring ( _
applicationName As String, _
xPath As String _
) As String
public string GetInitstring (
string applicationName,
string xPath
)
public:
String^ GetInitstring (
String^ applicationName,
String^ xPath
)
public String GetInitstring (
String applicationName,
String xPath
)
public function GetInitstring (
applicationName : String,
xPath : String
) : String
Parameters
- applicationName
Specifies the application name.
- xPath
Specifies the path to the xml.
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.