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
System_CAPS_pubfieldSystem_CAPS_static ActionRecording

Returns "ActionRecording".

System_CAPS_pubfieldSystem_CAPS_static BugFilingData

Returns "BugFilingData".

System_CAPS_pubfieldSystem_CAPS_static CodeCoverage

Returns "CodeCoverage".

System_CAPS_pubfieldSystem_CAPS_static GeneralAttachment

Returns "GeneralAttachment".

System_CAPS_pubfieldSystem_CAPS_static IntermediateCollectorData

Returns "IntermediateCollectorData".

System_CAPS_pubfieldSystem_CAPS_static RunConfiguration

Returns "RunConfiguration".

System_CAPS_pubfieldSystem_CAPS_static TestImpactDetails

Returns "TestImpactDetails".

System_CAPS_pubfieldSystem_CAPS_static TmiTestRunDeploymentFiles

Returns "TmiTestRunDeploymentFiles".

System_CAPS_pubfieldSystem_CAPS_static TmiTestRunReverseDeploymentFiles

Returns "TmiTestRunReverseDeploymentFiles".

System_CAPS_pubfieldSystem_CAPS_static TrxTmiTestResultDetail

Returns "TrxTmiTestResultDetail".

System_CAPS_pubfieldSystem_CAPS_static 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