共用方式為


GitHttpClientBase.GetPullRequestAsync 方法 (Guid, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

命名空間:  Microsoft.TeamFoundation.SourceControl.WebApi
組件:  Microsoft.TeamFoundation.SourceControl.WebApi (在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

語法

'宣告
Public Overridable Function GetPullRequestAsync ( _
    project As Guid, _
    repositoryId As Guid, _
    pullRequestId As Integer, _
    maxCommentLength As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    top As Nullable(Of Integer), _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of GitPullRequest)
public virtual Task<GitPullRequest> GetPullRequestAsync(
    Guid project,
    Guid repositoryId,
    int pullRequestId,
    Nullable<int> maxCommentLength,
    Nullable<int> skip,
    Nullable<int> top,
    Object userState,
    CancellationToken cancellationToken
)

參數

傳回值

類型:System.Threading.Tasks.Task<GitPullRequest>

.NET Framework 安全性

請參閱

參考

GitHttpClientBase 類別

GetPullRequestAsync 多載

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間