Construtor TfsGitRef
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
objectId As Byte(), _
isDefaultBranch As Boolean _
)
public TfsGitRef(
string name,
byte[] objectId,
bool isDefaultBranch
)
Parâmetros
- name
Tipo: System.String
- objectId
Tipo: array<System.Byte[]
- isDefaultBranch
Tipo: System.Boolean
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.