Share via


WitCategoryRefName Class

 

Specifies the constants for WIT category names.

Namespace:   Microsoft.TeamFoundation.TestManagement.Common
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.WitCategoryRefName

Syntax

public static class WitCategoryRefName
public ref class WitCategoryRefName abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WitCategoryRefName = class end
Public NotInheritable Class WitCategoryRefName

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Bug

Returns "Microsoft.BugCategory".

System_CAPS_pubfieldSystem_CAPS_static FeedbackRequestCategory

System_CAPS_pubfieldSystem_CAPS_static FeedbackResponseCategory

System_CAPS_pubfieldSystem_CAPS_static Requirement

Returns "Microsoft.RequirementCategory".

System_CAPS_pubfieldSystem_CAPS_static SharedDataSet

System_CAPS_pubfieldSystem_CAPS_static SharedStep

Returns "Microsoft.SharedStepCategory".

System_CAPS_pubfieldSystem_CAPS_static SharedStepByForwardLink

Returns "Microsoft.VSTS.TestCase.SharedStepReferencedBy-Forward".

System_CAPS_pubfieldSystem_CAPS_static SharedStepByReverseLink

Returns "Microsoft.VSTS.TestCase.SharedStepReferencedBy-Reverse".

System_CAPS_pubfieldSystem_CAPS_static TestCase

Returns "Microsoft.TestCaseCategory".

System_CAPS_pubfieldSystem_CAPS_static TestPlan

System_CAPS_pubfieldSystem_CAPS_static TestSuite

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.TeamFoundation.TestManagement.Common Namespace

Return to top