GraphNodeId::GetNested Method (GraphNodeIdName^, Object^)

 

Gets a GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.

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

public:
static GraphNodeId^ GetNested(
	GraphNodeIdName^ name,
	Object^ value
)

Parameters

name
Type: Microsoft.VisualStudio.GraphModel::GraphNodeIdName^

The name of the value to search for.

value
Type: System::Object^

The value to search for.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The partial GraphNodeId based on the name and value.

Return to top
Show: