Construtor FileInformation (String, Int32, array<Byte[])
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Public Sub New ( _
repositoryGuid As String, _
fileId As Integer, _
hashValue As Byte() _
)
public FileInformation(
string repositoryGuid,
int fileId,
byte[] hashValue
)
Parâmetros
- repositoryGuid
Tipo: System.String
- fileId
Tipo: System.Int32
- hashValue
Tipo: array<System.Byte[]
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.