Compartir a través de


AutomationBridgeService.GetContextValue Method

Retrieves a value from the UII context.

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AutomationBridgeService
Dim key As String
Dim returnValue As String

returnValue = instance.GetContextValue(key)

Syntax

'Declaration
Public Function GetContextValue ( _
    key As String _
) As String
public string GetContextValue (
    string key
)
public:
String^ GetContextValue (
    String^ key
)
public String GetContextValue (
    String key
)
public function GetContextValue (
    key : String
) : String

Parameters

  • key
    Specifies the key.

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.