PlannedTest.TestCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the categories applied to this test via TestCategoryAttribute at the method, class, or assembly level.
public System.Collections.Generic.IReadOnlyCollection<string> TestCategories { get; }
member this.TestCategories : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property TestCategories As IReadOnlyCollection(Of String)