Dela via


GraphSerializationSettings.Sort Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public Property Sort As Boolean
public bool Sort { get; set; }
public:
property bool Sort {
    bool get ();
    void set (bool value);
}
member Sort : bool with get, set
function get Sort () : boolean 
function set Sort (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphSerializationSettings Class

Microsoft.VisualStudio.GraphModel Namespace