Workspace.ApplyProjectAdded(ProjectInfo) 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 menambahkan proyek ke solusi saat ini.
Ambil alih metode ini untuk mengimplementasikan kemampuan penambahan proyek.
protected:
virtual void ApplyProjectAdded(Microsoft::CodeAnalysis::ProjectInfo ^ project);
protected virtual void ApplyProjectAdded(Microsoft.CodeAnalysis.ProjectInfo project);
abstract member ApplyProjectAdded : Microsoft.CodeAnalysis.ProjectInfo -> unit
override this.ApplyProjectAdded : Microsoft.CodeAnalysis.ProjectInfo -> unit
Protected Overridable Sub ApplyProjectAdded (project As ProjectInfo)
Parameter
- project
- ProjectInfo