Freigeben über


TfvcHttpClient.GetItemsAsync-Methode (Guid, String, Nullable<VersionControlRecursionType>, Nullable<Boolean>, TfvcVersionDescriptor, Object, CancellationToken)

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

Syntax

'Declaration
Public Function GetItemsAsync ( _
    project As Guid, _
    scopePath As String, _
    recursionLevel As Nullable(Of VersionControlRecursionType), _
    includeLinks As Nullable(Of Boolean), _
    versionDescriptor As TfvcVersionDescriptor, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of TfvcItemsCollection)
public Task<TfvcItemsCollection> GetItemsAsync(
    Guid project,
    string scopePath,
    Nullable<VersionControlRecursionType> recursionLevel,
    Nullable<bool> includeLinks,
    TfvcVersionDescriptor versionDescriptor,
    Object userState,
    CancellationToken cancellationToken
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

GetItemsAsync-Überladung

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace