AttachmentTypes 类
指定测试结果附件的附件类型名。
继承层次结构
System.Object
Microsoft.TeamFoundation.TestManagement.Common.AttachmentTypes
命名空间: Microsoft.TeamFoundation.TestManagement.Common
程序集: Microsoft.TeamFoundation.TestManagement.Common(在 Microsoft.TeamFoundation.TestManagement.Common.dll 中)
语法
声明
Public NotInheritable Class AttachmentTypes
public static class AttachmentTypes
public ref class AttachmentTypes abstract sealed
[<AbstractClass>]
[<Sealed>]
type AttachmentTypes = class end
public final class AttachmentTypes
AttachmentTypes 类型公开以下成员。
字段
名称 | 说明 | |
---|---|---|
ActionRecording | 返回“ActionRecording”。 | |
BugFilingData | 返回“BugFilingData”。 | |
CodeCoverage | 返回“CodeCoverage”。 | |
GeneralAttachment | 返回“GeneralAttachment”。 | |
IntermediateCollectorData | 返回“IntermediateCollectorData”。 | |
RunConfiguration | 返回“RunConfiguration”。 | |
TestImpactDetails | 返回“TestImpactDetails”。 | |
TmiTestRunDeploymentFiles | 返回“TmiTestRunDeploymentFiles”。 | |
TmiTestRunReverseDeploymentFiles | 返回“TmiTestRunReverseDeploymentFiles”。 | |
TrxTmiTestResultDetail | 返回“TrxTmiTestResultDetail”。 | |
TrxTmiTestRunSummary | 返回“TrxTmiTestRunSummary”。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。