Workspace.ApplyProjectRemoved(ProjectId) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Metode ini dipanggil selama TryApplyChanges(Solution) untuk menghapus proyek dari solusi saat ini.
Ambil alih metode ini untuk mengimplementasikan kemampuan menghapus proyek.
protected:
virtual void ApplyProjectRemoved(Microsoft::CodeAnalysis::ProjectId ^ projectId);
protected virtual void ApplyProjectRemoved(Microsoft.CodeAnalysis.ProjectId projectId);
abstract member ApplyProjectRemoved : Microsoft.CodeAnalysis.ProjectId -> unit
override this.ApplyProjectRemoved : Microsoft.CodeAnalysis.ProjectId -> unit
Protected Overridable Sub ApplyProjectRemoved (projectId As ProjectId)
Parameter
- projectId
- ProjectId