GraphNodeId::AppendToString Method (StringBuilder^)
Visual Studio 2015
Appends the "ToString" of a GraphNodeId to the StringBuilder. This is more efficient than calling ToString, as the GraphNodeId can re-use the StringBuilder.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- buffer
-
Type:
System.Text::StringBuilder^
The string build to append to.
Show: