AttachmentTypes Class
Specifies the attachment type names for the test result attachments.
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.TestManagement.Common.AttachmentTypes
Syntax
public static class AttachmentTypes
public ref class AttachmentTypes abstract sealed
[<AbstractClass>]
[<Sealed>]
type AttachmentTypes = class end
Public NotInheritable Class AttachmentTypes
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ActionRecording | Returns "ActionRecording". |
![]() ![]() |
BugFilingData | Returns "BugFilingData". |
![]() ![]() |
CodeCoverage | Returns "CodeCoverage". |
![]() ![]() |
GeneralAttachment | Returns "GeneralAttachment". |
![]() ![]() |
IntermediateCollectorData | Returns "IntermediateCollectorData". |
![]() ![]() |
RunConfiguration | Returns "RunConfiguration". |
![]() ![]() |
TestImpactDetails | Returns "TestImpactDetails". |
![]() ![]() |
TmiTestRunDeploymentFiles | Returns "TmiTestRunDeploymentFiles". |
![]() ![]() |
TmiTestRunReverseDeploymentFiles | Returns "TmiTestRunReverseDeploymentFiles". |
![]() ![]() |
TrxTmiTestResultDetail | Returns "TrxTmiTestResultDetail". |
![]() ![]() |
TrxTmiTestRunSummary | Returns "TrxTmiTestRunSummary". |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top