Freigeben über


TfvcHttpClient.GetItemsAsync-Methode

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function GetItemsAsync ( _
    scopePath As String, _
    versionDescriptor As TfvcVersionDescriptor, _
    recursionLevel As VersionControlRecursionType, _
    userState As Object _
) As Task(Of TfvcItemsCollection)
public Task<TfvcItemsCollection> GetItemsAsync(
    string scopePath,
    TfvcVersionDescriptor versionDescriptor,
    VersionControlRecursionType recursionLevel,
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<TfvcItemsCollection>

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace