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 | |
---|---|---|
Attachment | An ITestAttachment object. | |
BugFieldMapping | An IBugFieldMapping object. | |
DataCollector | ||
None | No object type was specified. | |
Other | ||
Session | ||
SharedSteps | ||
TeamProject | An ITestManagementTeamProject object. | |
TestCase | ||
TestConfiguration | An ITestConfiguration object. | |
TestConfigurationVariable | Not used. | |
TestController | ||
TestPlan | An ITestPlan object. | |
TestPoint | An ITestPoint object. | |
TestResolutionState | An ITestResolutionState object. | |
TestResult | An ITestResult object. | |
TestRun | An ITestRun object. | |
TestSettings | An ITestSettings object. | |
TestSuite | An ITestSuiteBase object. | |
TestSuiteEntry | An ITestSuite object. | |
TestVariable | An ITestVariable object. | |
TestVariableValue | An ITestVariableValue object. |