ProjectLink.RemoveItem(ProjectItem) 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.
Facilitate remoting the RemoveItem(ProjectItem).
public:
abstract bool RemoveItem(Microsoft::Build::Evaluation::ProjectItem ^ item);
public abstract bool RemoveItem (Microsoft.Build.Evaluation.ProjectItem item);
abstract member RemoveItem : Microsoft.Build.Evaluation.ProjectItem -> bool
Public MustOverride Function RemoveItem (item As ProjectItem) As Boolean
Parameters
- item
- ProjectItem