Freigeben über


TfsGitTree.GetTreeEntries-Methode (TeamFoundationRequestContext, Boolean)

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<TfsGitTreeEntry>

.NET Framework-Sicherheit

Siehe auch

Referenz

TfsGitTree Klasse

GetTreeEntries-Überladung

Microsoft.TeamFoundation.Git.Server-Namespace