GraphNodeCollection::Item Property (String^)

 

Gets the Node using the given id. Throws exception on set if another node with the same id already exists.

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

public:
property GraphNode^ default[
	String^ id
] {
	GraphNode^ get(String^ id);
}

Property Value

Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The Node or null if it does not exist

Return to top
Show: