Project.RemoveItemsByName(String) 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.
Removes all items of a particular type from the main project file.
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