IProgrammableDataQueryGlobalData.TryGetGlobalValue<T>(String, T) 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.
public:
generic <typename T>
bool TryGetGlobalValue(System::String ^ key, [Runtime::InteropServices::Out] T % value);
public bool TryGetGlobalValue<T> (string key, out T value);
abstract member TryGetGlobalValue : string * 'T -> bool
Public Function TryGetGlobalValue(Of T) (key As String, ByRef value As T) As Boolean
Type Parameters
- T
Parameters
- key
- String
- value
- T