ProjectInstance.GetItemsByItemTypeAndEvaluatedInclude(String, 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.
get items by item type and evaluated include value
public:
System::Collections::Generic::IEnumerable<Microsoft::Build::Execution::ProjectItemInstance ^> ^ GetItemsByItemTypeAndEvaluatedInclude(System::String ^ itemType, System::String ^ evaluatedInclude);
public System.Collections.Generic.IEnumerable<Microsoft.Build.Execution.ProjectItemInstance> GetItemsByItemTypeAndEvaluatedInclude (string itemType, string evaluatedInclude);
member this.GetItemsByItemTypeAndEvaluatedInclude : string * string -> seq<Microsoft.Build.Execution.ProjectItemInstance>
Public Iterator Function GetItemsByItemTypeAndEvaluatedInclude (itemType As String, evaluatedInclude As String) As IEnumerable(Of ProjectItemInstance)
Public Function GetItemsByItemTypeAndEvaluatedInclude (itemType As String, evaluatedInclude As String) As IEnumerable(Of ProjectItemInstance)
Parameters
- itemType
- String
The item type of the items to be retrieved.
- evaluatedInclude
- String
The evaluated include value of the items to be retrieved
Returns
All the items in this project of the specified type and evaluated include value. Returns an empty collection if there are none.