Project.RemoveItemsByName(String) Method

Definition

Removes all items in the specified item collection from the project, but does not modify imported projects.

public:
 void RemoveItemsByName(System::String ^ itemName);
public void RemoveItemsByName (string itemName);
member this.RemoveItemsByName : string -> unit
Public Sub RemoveItemsByName (itemName As String)

Parameters

itemName
String

The item collection to remove.

Applies to