IGraphContext::GetValue<T> Method (String^)

 

Retrieves a value that the caller has passed in.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

generic<typename T>
T GetValue(
	String^ name
)

Parameters

name
Type: System::String^

The key of the value.

Return Value

Type: T

Returns the value or default(T)"/>

Type Parameters

T

The expected type of the value.

Return to top
Show: