public bool RemoveItems( IEnumerable<IProjectItem> items )
Public Function RemoveItems( _ ByVal items As IEnumerable(Of IProjectItem) _ ) As Boolean
Parameters
- items
- The collection of IProjectItem to be removed
Return Value
Returns a boolean indicating the operation's success.