Share via


GraphNodeId.GetValue<T> Method

The value of the GraphNodeId. This can be one of: * String * Uri * GraphNodeId * GraphNodeIdCollection.

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

Syntax

'Declaration
Public Function GetValue(Of T) As T
public T GetValue<T>()
public:
generic<typename T>
T GetValue()
member GetValue : unit -> 'T 
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: T
Returns GraphNodeId.

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace