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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.