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 Function GetPushCommits ( _
requestContext As TeamFoundationRequestContext, _
pushId As Integer _
) As List(Of TfsGitCommitMetadata)
public List<TfsGitCommitMetadata> GetPushCommits(
TeamFoundationRequestContext requestContext,
int pushId
)
public:
List<TfsGitCommitMetadata^>^ GetPushCommits(
TeamFoundationRequestContext^ requestContext,
int pushId
)
member GetPushCommits :
requestContext:TeamFoundationRequestContext *
pushId:int -> List<TfsGitCommitMetadata>
public function GetPushCommits(
requestContext : TeamFoundationRequestContext,
pushId : int
) : List<TfsGitCommitMetadata>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- pushId
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<TfsGitCommitMetadata>
.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.