IGraphContext::GetValue<T> Method (String^)
Visual Studio 2015
Retrieves a value that the caller has passed in.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- name
-
Type:
System::String^
The key of the value.
Return Value
Type: TReturns the value or default(T)"/>
Type Parameters
- T
The expected type of the value.
Show: