ExternalApplication.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.
Returns the value associated with the provided context key. If the key is not found, the empty string will be returned. If no reference to the Context object is held, null will be returned.
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
Context key
Returns
Context value corresponding to the provided key