共用方式為


GitHttpClientBase.GetTreeAsync 方法 (String, Guid, String, String, Nullable<Boolean>, String, Object, CancellationToken)

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

語法

'宣告
Public Overridable Function GetTreeAsync ( _
    project As String, _
    repositoryId As Guid, _
    sha1 As String, _
    projectId As String, _
    recursive As Nullable(Of Boolean), _
    fileName As String, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of GitTreeRef)
public virtual Task<GitTreeRef> GetTreeAsync(
    string project,
    Guid repositoryId,
    string sha1,
    string projectId,
    Nullable<bool> recursive,
    string fileName,
    Object userState,
    CancellationToken cancellationToken
)

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

GitHttpClientBase 類別

GetTreeAsync 多載

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間