Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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)
Syntax
'Declaration
Public Sub AppendToString ( _
    buffer As StringBuilder _
)
public void AppendToString(
    StringBuilder buffer
)
public:
void AppendToString(
    StringBuilder^ buffer
)
member AppendToString : 
        buffer:StringBuilder -> unit
public function AppendToString(
    buffer : StringBuilder
)
Parameters
- buffer 
 Type: System.Text.StringBuilder- The string build to append to. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.