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 | |
---|---|---|
![]() |
CloneOptions() |
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
CloneRequirements | Se nós precisamos de clonagem requisitos do pacote base requisito, usar como padrão como false |
![]() |
CopyAllSuites | |
![]() |
CopyAncestorHierarchy | |
![]() |
DestinationWorkItemType | Nome do tipo de workitem de clone |
![]() |
OverrideFieldDetails | |
![]() |
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 |
![]() |
OverrideFieldValue | The value with which the Field specified in has to be overridden. Must be defined if is not null. |
![]() |
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 | |
---|---|---|
![]() |
Equals(Object) | (herdado de Object.) |
![]() |
GetHashCode() | (herdado de Object.) |
![]() |
GetType() | (herdado de Object.) |
![]() |
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