AutomationBridgeService.GetContextValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a value from the UII context.
public:
System::String ^ GetContextValue(System::String ^ key);
public string GetContextValue (string key);
member this.GetContextValue : string -> string
Public Function GetContextValue (key As String) As String
Parameters
- key
- String
Specifies the key.