TestCategoryAttribute.TestCategories – vlastnost
Získá kategorie testu použitého testu.
Obor názvů: Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení: Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Deklarace
Public Overrides ReadOnly Property TestCategories As IList(Of String)
Get
public override IList<string> TestCategories { get; }
public:
virtual property IList<String^>^ TestCategories {
IList<String^>^ get () override;
}
abstract TestCategories : IList<string>
override TestCategories : IList<string>
override function get TestCategories () : IList<String>
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<String>
Vrátí test kategorie použitého testu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.