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.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
requestContext As TeamFoundationRequestContext, _
gitCommit As TfsGitCommit, _
pushId As Integer _
)
public TfsGitCommitMetadata(
TeamFoundationRequestContext requestContext,
TfsGitCommit gitCommit,
int pushId
)
public:
TfsGitCommitMetadata(
TeamFoundationRequestContext^ requestContext,
TfsGitCommit^ gitCommit,
int pushId
)
new :
requestContext:TeamFoundationRequestContext *
gitCommit:TfsGitCommit *
pushId:int -> TfsGitCommitMetadata
public function TfsGitCommitMetadata(
requestContext : TeamFoundationRequestContext,
gitCommit : TfsGitCommit,
pushId : int
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- gitCommit
Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommit
- pushId
Type: System.Int32
.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.