ISolutionService.RemoveProjectsAsync(IReadOnlyList<Guid>, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime des projets de la solution.
public:
System::Threading::Tasks::ValueTask<bool> RemoveProjectsAsync(System::Collections::Generic::IReadOnlyList<Guid> ^ projectIds, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.ValueTask<bool> RemoveProjectsAsync (System.Collections.Generic.IReadOnlyList<Guid>? projectIds, System.Threading.CancellationToken cancellationToken);
abstract member RemoveProjectsAsync : System.Collections.Generic.IReadOnlyList<Guid> * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<bool>
Public Function RemoveProjectsAsync (projectIds As IReadOnlyList(Of Guid), cancellationToken As CancellationToken) As ValueTask(Of Boolean)
Paramètres
- projectIds
- IReadOnlyList<Guid>
GUID des projets.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Si tous les projets ont déjà été supprimés, la valeur « false » est retournée. Sinon, elle retourne la valeur « true ».