Condividi tramite


Enumerazione ObjectTypes

Enumera tipi di oggetti nell'area di gestione test di Visual Studio Test Professional.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Public Enumeration ObjectTypes
public enum ObjectTypes
public enum class ObjectTypes
type ObjectTypes
public enum ObjectTypes

Membri

Nome membro Descrizione
None Nessun tipo di oggetto è stato specificato.
TestRun Un oggetto ITestRun.
TestConfiguration Un oggetto ITestConfiguration.
TestPlan Un oggetto ITestPlan.
TestPoint Oggetto ITestPoint.
TestResult Un oggetto ITestResult.
TestVariable Un oggetto ITestVariable.
TestResolutionState Un oggetto ITestResolutionState.
TestSettings Un oggetto ITestSettings.
Attachment Un oggetto ITestAttachment.
TestSuite Un oggetto ITestSuiteBase.
TestSuiteEntry Un oggetto ITestSuite.
TeamProject Un oggetto ITestManagementTeamProject.
TestVariableValue Un oggetto ITestVariableValue.
TestConfigurationVariable Non utilizzato.
BugFieldMapping Un oggetto IBugFieldMapping.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client