Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
repositoryGuid As String, _
fileId As Integer, _
hashValue As Byte() _
)
public FileInformation(
string repositoryGuid,
int fileId,
byte[] hashValue
)
public:
FileInformation(
String^ repositoryGuid,
int fileId,
array<unsigned char>^ hashValue
)
new :
repositoryGuid:string *
fileId:int *
hashValue:byte[] -> FileInformation
public function FileInformation(
repositoryGuid : String,
fileId : int,
hashValue : byte[]
)
Parameters
- repositoryGuid
Type: System.String
- fileId
Type: System.Int32
- hashValue
Type: array<System.Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.