Compartilhar via


Classe CloneOptions

 

Opções que podem ser especificadas durante uma operação de clone

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Hierarquia de herança

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

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod CloneOptions()

Propriedades

Nome Descrição
System_CAPS_pubproperty CloneRequirements

Se nós precisamos de clonagem requisitos do pacote base requisito, usar como padrão como false

System_CAPS_pubproperty CopyAllSuites

System_CAPS_pubproperty CopyAncestorHierarchy

System_CAPS_pubproperty DestinationWorkItemType

Nome do tipo de workitem de clone

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

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(Substitui Object.ToString().)

Comentários

Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo