ProjectItem::Remove Method ()

 

Removes the project item from the collection.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void Remove()

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.

Return to top
Show: