GraphSerializationSettings::Sort Property

 

Sets whether the serializer should sort elements before serializing.

Default is true. Set this to false for better performance but less readability.

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

public:
property bool Sort {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: