共用方式為


TfsGitTree.GetTreeEntries 方法 (TeamFoundationRequestContext, Boolean)

命名空間:  Microsoft.TeamFoundation.Git.Server
組件:  Microsoft.TeamFoundation.Git.Server (在 Microsoft.TeamFoundation.Git.Server.dll 中)

語法

'宣告
Public Function GetTreeEntries ( _
    requestContext As TeamFoundationRequestContext, _
    recursive As Boolean _
) As IEnumerable(Of TfsGitTreeEntry)
public IEnumerable<TfsGitTreeEntry> GetTreeEntries(
    TeamFoundationRequestContext requestContext,
    bool recursive
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<TfsGitTreeEntry>

.NET Framework 安全性

請參閱

參考

TfsGitTree 類別

GetTreeEntries 多載

Microsoft.TeamFoundation.Git.Server 命名空間