Sdílet prostřednictvím


IProjectFilesProvider.GetProjectFiles(String, CancellationToken) Method

Definition

Get the project files

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyCollection<System::String ^> ^> ^ GetProjectFiles(System::String ^ projectPath, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<string>> GetProjectFiles (string projectPath, System.Threading.CancellationToken cancellationToken);
abstract member GetProjectFiles : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<string>>
Public Function GetProjectFiles (projectPath As String, cancellationToken As CancellationToken) As Task(Of IReadOnlyCollection(Of String))

Parameters

projectPath
String

Path to a project File

cancellationToken
CancellationToken

A Cancellation token

Returns

Array of FileSystemInfo

Applies to