ISolutionService.LoadProjectsAsync(Guid[], CancellationToken) 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.
Loads projects without requiring any dependencies to be loaded.
public:
System::Threading::Tasks::ValueTask<bool> LoadProjectsAsync(cli::array <Guid> ^ projectIds, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.ValueTask<bool> LoadProjectsAsync (Guid[] projectIds, System.Threading.CancellationToken cancellationToken);
abstract member LoadProjectsAsync : Guid[] * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<bool>
Public Function LoadProjectsAsync (projectIds As Guid(), cancellationToken As CancellationToken) As ValueTask(Of Boolean)
Parameters
- projectIds
- Guid[]
The GUIDs of the projects.
- cancellationToken
- CancellationToken
A cancellation token.
Returns
If all projects were already loaded, it returns 'false'. Else, it returns 'true'.