Enumeração ObjectTypes
Enumera os tipos de objeto na área de gerenciamento de teste de 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 | |
---|---|---|
Attachment | Um objeto ITestAttachment. | |
BugFieldMapping | Um objeto IBugFieldMapping. | |
DataCollector | ||
None | Nenhum tipo de objeto foi especificado. | |
Other | ||
Session | ||
SharedSteps | ||
TeamProject | Um objeto ITestManagementTeamProject. | |
TestCase | ||
TestConfiguration | Um objeto ITestConfiguration. | |
TestConfigurationVariable | Não usado. | |
TestController | ||
TestPlan | Um objeto ITestPlan. | |
TestPoint | Um objeto ITestPoint. | |
TestResolutionState | Um objeto ITestResolutionState. | |
TestResult | Um objeto ITestResult. | |
TestRun | Um objeto ITestRun. | |
TestSettings | Um objeto ITestSettings. | |
TestSuite | Um objeto ITestSuiteBase. | |
TestSuiteEntry | Um objeto ITestSuite. | |
TestVariable | Um objeto ITestVariable. | |
TestVariableValue | Um objeto ITestVariableValue. |