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.
Enumerates object types in the test management area of Visual Studio Test Professional.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration ObjectTypes
public enum ObjectTypes
public enum class ObjectTypes
type ObjectTypes
public enum ObjectTypes
Members
Member name | Description | |
---|---|---|
None | No object type was specified. | |
TestRun | An ITestRun object. | |
TestConfiguration | An ITestConfiguration object. | |
TestPlan | An ITestPlan object. | |
TestPoint | An ITestPoint object. | |
TestResult | An ITestResult object. | |
TestVariable | An ITestVariable object. | |
TestResolutionState | An ITestResolutionState object. | |
TestSettings | An ITestSettings object. | |
Attachment | An ITestAttachment object. | |
TestSuite | An ITestSuiteBase object. | |
TestSuiteEntry | An ITestSuite object. | |
TeamProject | An ITestManagementTeamProject object. | |
TestVariableValue | An ITestVariableValue object. | |
TestConfigurationVariable | Not used. | |
BugFieldMapping | An IBugFieldMapping object. |