Project.RemoveItemGroupsWithMatchingCondition(String) Method

Definition

Removes all item groups with the specified condition from the project, but does not modify imported projects.

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

Parameters

matchCondition
String

The condition to match when removing item groups.

Applies to