IFindFilesService.GetAllFilesAsync Méthode

Définition

Retourner toutes les entités de fichier disponibles dans un espace de travail

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<System::String ^> ^> ^ GetAllFilesAsync();
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> GetAllFilesAsync ();
abstract member GetAllFilesAsync : unit -> System.Threading.Tasks.Task<seq<string>>
Public Function GetAllFilesAsync () As Task(Of IEnumerable(Of String))

Retours

Task<IEnumerable<String>>

Achèvement des tâches avec énumérable de chemins d’accès relatifs

Exceptions

Levée lorsque l’énumération des fichiers ne peut pas continuer en raison d’un problème d’e/s inattendu.

S’applique à