ProjectItem::Remove Method ()
Visual Studio 2015
Removes the project item from the collection.
Assembly: EnvDTE (in EnvDTE.dll)
For the ProjectItem object, removes a project item from the project. If ProjectItem.ProjectItems is not null — that is, if there's a subdirectory — then Remove removes all of the project items in that directory and its subdirectories.
Show: