IFindFilesService.GetAllFilesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return all the file entities available in a workspace
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))
Returns
Task completion with enumerable of relative paths
Exceptions
Thrown when enumeration of the files cannot proceed because of an unexpected IO problem.