Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the test category that has been applied to the test.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TestCategories As IList(Of String)
public override IList<string> TestCategories { get; }
public:
virtual property IList<String^>^ TestCategories {
IList<String^>^ get () override;
}
abstract TestCategories : IList<string> with get
override TestCategories : IList<string> with get
override function get TestCategories () : IList<String>
Property Value
Type: IList<String>
Returns the test category that has been applied to the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.