TestResult.TestListCategoryId, propriété
Obtient l'ID de la catégorie de liste de ce résultat de test.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TestListCategoryId As TestListCategoryId
Get
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
TestListCategoryId^ get ();
}
member TestListCategoryId : TestListCategoryId
function get TestListCategoryId () : TestListCategoryId
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID de la catégorie de liste de ce résultat de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.