ProjectLink.RemoveItems(IEnumerable<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 RemoveItems(IEnumerable<ProjectItem>).
public:
abstract void RemoveItems(System::Collections::Generic::IEnumerable<Microsoft::Build::Evaluation::ProjectItem ^> ^ items);
public abstract void RemoveItems (System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectItem> items);
abstract member RemoveItems : seq<Microsoft.Build.Evaluation.ProjectItem> -> unit
Public MustOverride Sub RemoveItems (items As IEnumerable(Of ProjectItem))
Parameters
- items
- IEnumerable<ProjectItem>