Construtor TfsGitCommitLineageDiff
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
metadata As TfsGitCommitMetadata, _
behindCount As Integer, _
aheadCount As Integer, _
refName As String _
)
public TfsGitCommitLineageDiff(
TfsGitCommitMetadata metadata,
int behindCount,
int aheadCount,
string refName
)
Parâmetros
- metadata
Tipo: Microsoft.TeamFoundation.Git.Server.TfsGitCommitMetadata
- behindCount
Tipo: System.Int32
- aheadCount
Tipo: System.Int32
- refName
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.