Partager via


ITestElement.TestCategories, propriété

Obtient une collection d'éléments de catégorie de test assignés par l'utilisateur à cet élément de test dans l'interface utilisateur.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
ReadOnly Property TestCategories As TestCategoryItemCollection
    Get
TestCategoryItemCollection TestCategories { get; }
property TestCategoryItemCollection^ TestCategories {
    TestCategoryItemCollection^ get ();
}
abstract TestCategories : TestCategoryItemCollection
function get TestCategories () : TestCategoryItemCollection

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
Collection d'éléments de catégorie de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestCategoryItem

TestCategoryItemCollection