TestDataRow<T>.TestCategories 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.
Obtient ou définit les catégories de test pour le cas de test.
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<string>? TestCategories { get; set; }
[System.Runtime.Serialization.DataMember]
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.IList<string>? TestCategories { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TestCategories : System.Collections.Generic.IList<string> with get, set
[<System.Runtime.Serialization.DataMember>]
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.TestCategories : System.Collections.Generic.IList<string> with get, set
Public Property TestCategories As IList(Of String)
Valeur de propriété
- Attributs