CloneOptions 类

 

在克隆操作期间能被指定的选项。

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

继承层次结构

System.Object
  Microsoft.TeamFoundation.TestManagement.Client.CloneOptions

语法

public sealed class CloneOptions
public ref class CloneOptions sealed 
[<Sealed>]
type CloneOptions = class end
Public NotInheritable Class CloneOptions

构造函数

名称 说明
System_CAPS_pubmethod CloneOptions()

属性

名称 说明
System_CAPS_pubproperty CloneRequirements

如果我们需要克隆要求基于套件的要求,或者默认为错误

System_CAPS_pubproperty CopyAllSuites

System_CAPS_pubproperty CopyAncestorHierarchy

System_CAPS_pubproperty DestinationWorkItemType

克隆的工作项类型的名称

System_CAPS_pubproperty OverrideFieldDetails

System_CAPS_pubproperty OverrideFieldName

The name of any Field that must be overridden with the supplied during Clone operation.

You can pass the Field's ReferenceName, such as System.IterationPath, or the regular name, such as IterationPath Set null for no override

System_CAPS_pubproperty OverrideFieldValue

The value with which the Field specified in has to be overridden.

Must be defined if is not null.

System_CAPS_pubproperty RelatedLinkComment

Comment on the link that will link the new clone test case to the original Set null for no comment

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod ToString()

(替代 Object.ToString()。)

备注

这里不会更新任何内容;请不要在这里添加材料。

线程安全

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

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首