GraphNodeId.GetNestedValueByName<T> Method
Gets a value from the first embedded GraphNodeId that matches the name.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetNestedValueByName(Of T) ( _
name As GraphNodeIdName _
) As T
public T GetNestedValueByName<T>(
GraphNodeIdName name
)
public:
generic<typename T>
T GetNestedValueByName(
GraphNodeIdName^ name
)
member GetNestedValueByName :
name:GraphNodeIdName -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
name
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdNameThe name to search for.
Return Value
Type: T
The value for the given name if found; the default value otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.