Project.GetEvaluatedItemsByNameIgnoringCondition(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.
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.
public:
Microsoft::Build::BuildEngine::BuildItemGroup ^ GetEvaluatedItemsByNameIgnoringCondition(System::String ^ itemName);
public Microsoft.Build.BuildEngine.BuildItemGroup GetEvaluatedItemsByNameIgnoringCondition (string itemName);
member this.GetEvaluatedItemsByNameIgnoringCondition : string -> Microsoft.Build.BuildEngine.BuildItemGroup
Public Function GetEvaluatedItemsByNameIgnoringCondition (itemName As String) As BuildItemGroup
Parameters
- itemName
- String
Returns
items of requested type
Remarks
See the comments for the "evaluatedItemsByNameIgnoringCondition" member variable up above.