GraphNodeCollection::CreateNew Method (String^)
Visual Studio 2015
Add a new node using the given base name format for the node. This method formats the given string with integer values until it finds an id that is not currently being used, and then creates a node with that id.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- idFormat
-
Type:
System::String^
The string to format to create the new node id
Show: