AttachmentTypes 类

 

指定测试结果附件的附件类型名。

命名空间:   Microsoft.TeamFoundation.TestManagement.Common
程序集:  Microsoft.TeamFoundation.TestManagement.Common(Microsoft.TeamFoundation.TestManagement.Common.dll 中)

继承层次结构

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.AttachmentTypes

语法

public static class AttachmentTypes
public ref class AttachmentTypes abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AttachmentTypes = class end
Public NotInheritable Class AttachmentTypes

字段

名称 说明
System_CAPS_pubfieldSystem_CAPS_static ActionRecording

返回“ActionRecording”。

System_CAPS_pubfieldSystem_CAPS_static BugFilingData

返回“BugFilingData”。

System_CAPS_pubfieldSystem_CAPS_static CodeCoverage

返回“CodeCoverage”。

System_CAPS_pubfieldSystem_CAPS_static GeneralAttachment

返回“GeneralAttachment”。

System_CAPS_pubfieldSystem_CAPS_static IntermediateCollectorData

返回“IntermediateCollectorData”。

System_CAPS_pubfieldSystem_CAPS_static RunConfiguration

返回“RunConfiguration”。

System_CAPS_pubfieldSystem_CAPS_static TestImpactDetails

返回“TestImpactDetails”。

System_CAPS_pubfieldSystem_CAPS_static TmiTestRunDeploymentFiles

返回“TmiTestRunDeploymentFiles”。

System_CAPS_pubfieldSystem_CAPS_static TmiTestRunReverseDeploymentFiles

返回“TmiTestRunReverseDeploymentFiles”。

System_CAPS_pubfieldSystem_CAPS_static TrxTmiTestResultDetail

返回“TrxTmiTestResultDetail”。

System_CAPS_pubfieldSystem_CAPS_static TrxTmiTestRunSummary

返回“TrxTmiTestRunSummary”。

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.TeamFoundation.TestManagement.Common 命名空间

返回页首