Workspace.CheckProjectCanBeRemoved(ProjectId) 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.
Currently projects can always be removed, but this method still exists because it's protected and we don't want to break people who may have derived from Workspace and either called it, or overridden it.
protected:
virtual void CheckProjectCanBeRemoved(Microsoft::CodeAnalysis::ProjectId ^ projectId);
protected virtual void CheckProjectCanBeRemoved (Microsoft.CodeAnalysis.ProjectId projectId);
abstract member CheckProjectCanBeRemoved : Microsoft.CodeAnalysis.ProjectId -> unit
override this.CheckProjectCanBeRemoved : Microsoft.CodeAnalysis.ProjectId -> unit
Protected Overridable Sub CheckProjectCanBeRemoved (projectId As ProjectId)
Parameters
- projectId
- ProjectId
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.