Partager via


GraphSerializationSettings.Sort, propriété

Définit si le sérialiseur doit trier les éléments avant la sérialisation.

La valeur par défaut est true.Définissez ce paramètre sur false pour de meilleures performances mais moins de lisibilité.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
retourne Boolean ;

Sécurité .NET Framework

Voir aussi

Référence

GraphSerializationSettings Classe

Microsoft.VisualStudio.GraphModel, espace de noms