Condividi tramite


Proprietà ITestElement.TestCategories

Ottiene una raccolta di elementi categoria di test a cui è assegnato a questo elemento di test dall'interfaccia utente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
ReadOnly Property TestCategories As TestCategoryItemCollection
TestCategoryItemCollection TestCategories { get; }
property TestCategoryItemCollection^ TestCategories {
    TestCategoryItemCollection^ get ();
}
abstract TestCategories : TestCategoryItemCollection with get
function get TestCategories () : TestCategoryItemCollection

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
Una raccolta di elementi categoria di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestCategoryItem

TestCategoryItemCollection