TfvcHttpClient.GetItemsAsync, méthode
Espace de noms : Microsoft.TeamFoundation.SourceControl.WebApi
Assembly : Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- scopePath
Type : System.String
- versionDescriptor
Type : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcVersionDescriptor
- recursionLevel
Type : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlRecursionType
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<TfvcItemsCollection>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms