PexSettingsAttributeBase.Priority Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Priorité des tests générés si cela est pris en charge par l'infrastructure de test
public:
property int Priority { int get(); void set(int value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(-1)]
[System.ComponentModel.Description("The priority of the generated tests if supported by the test framework")]
public int Priority { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(-1)>]
[<System.ComponentModel.Description("The priority of the generated tests if supported by the test framework")>]
member this.Priority : int with get, set
Public Property Priority As Integer
Valeur de propriété
Priorité de test souhaitée. -1 si non spécifié.
- Attributs