GraphNodeCollection::Get Method (String^)

 

Gets the node with the specified id

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

public:
GraphNode^ Get(
	String^ id
)

Parameters

id
Type: System::String^

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: