Graph::ToXml Method (Int32)

 

Converts the graph to XML using the GraphSerializer.

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

public:
String^ ToXml(
	int graphNodeIdAliasThreshold
)

Parameters

graphNodeIdAliasThreshold
Type: System::Int32

Number of repetitions before aliasing will be performed for identifiers.

Return Value

Type: System::String^

String that contains serialized graph.

Return to top
Show: