Partilhar via


Propriedade GetOperation.ConflictingChangeTypeOld

Usado para retornar bits de alteração pendentes para os clientes v1.0 após a remoção dos bits não compatíveis.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "ConflictingChangeType")> _
Public Property ConflictingChangeTypeOld As ChangeType
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "ConflictingChangeType")]
public ChangeType ConflictingChangeTypeOld { get; set; }

Valor de propriedade

Tipo: Microsoft.TeamFoundation.VersionControl.Server.ChangeType
Retorna ChangeType.

Segurança do .NET Framework

Consulte também

Referência

GetOperation Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server