Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enumera os tipos de objeto na área de gerenciamento de teste do Visual Studio Test Professional.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Enumeration ObjectTypes
public enum ObjectTypes
public enum class ObjectTypes
type ObjectTypes
public enum ObjectTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| None | Não foi especificado nenhum tipo de objeto. | |
| TestRun | Um objeto ITestRun. | |
| TestConfiguration | Um objeto ITestConfiguration. | |
| TestPlan | Um objeto ITestPlan. | |
| TestPoint | Um objeto ITestPoint. | |
| TestResult | Um objeto ITestResult. | |
| TestVariable | Um objeto ITestVariable. | |
| TestResolutionState | Um objeto ITestResolutionState. | |
| TestSettings | Um objeto ITestSettings. | |
| Attachment | Um objeto ITestAttachment. | |
| TestSuite | Um objeto ITestSuiteBase. | |
| TestSuiteEntry | Um objeto ITestSuite. | |
| TeamProject | Um objeto ITestManagementTeamProject. | |
| TestVariableValue | Um objeto ITestVariableValue. | |
| TestConfigurationVariable | Não usado. | |
| BugFieldMapping | Um objeto IBugFieldMapping. |