GraphNodeId::AppendToString Method (StringBuilder^)

 

Appends the "ToString" of a GraphNodeId to the StringBuilder. This is more efficient than calling ToString, as the GraphNodeId can re-use the StringBuilder.

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

public:
void AppendToString(
	StringBuilder^ buffer
)

Parameters

buffer
Type: System.Text::StringBuilder^

The string build to append to.

Return to top
Show: