GraphNodeCollection::Get Method (GraphNodeId^)

 

Gets the node with the specified id

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

public:
GraphNode^ Get(
	GraphNodeId^ id
)

Parameters

id
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The Id of the node to obtain

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The Node or null if it does not exist

Return to top
Show: