Project.GetEvaluatedItemsByNameIgnoringCondition(String) Method

Definition

Retrieves a group of evaluated items of a particular item type. This is really just about the items that are persisted in the project file, ignoring all "Condition"s, so that an IDE can display all items regardless of whether they're relevant for a particular build flavor or not.

C#
public Microsoft.Build.BuildEngine.BuildItemGroup GetEvaluatedItemsByNameIgnoringCondition(string itemName);

Parameters

itemName
String

Returns

items of requested type

Remarks

See the comments for the "evaluatedItemsByNameIgnoringCondition" member variable up above.

Applies to

Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1