BuildEventArgsExtensions.EnumerateItems 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.
Overloads
EnumerateItems(ProjectEvaluationFinishedEventArgs) |
Lazy enumerates and partially strong types items from Items property. The actual item value is proxied via accessor methods - to be able to provide defined interface |
EnumerateItems(ProjectStartedEventArgs) |
Lazy enumerates and strong types items from Items property. The actual item value is proxied via accessor methods - to be able to provide defined interface |
EnumerateItems(ProjectEvaluationFinishedEventArgs)
- Source:
- BuildEventArgsExtensions.cs
Lazy enumerates and partially strong types items from Items property. The actual item value is proxied via accessor methods - to be able to provide defined interface
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::Build::Framework::ItemData> ^ EnumerateItems(Microsoft::Build::Framework::ProjectEvaluationFinishedEventArgs ^ eventArgs);
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ItemData> EnumerateItems(this Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs eventArgs);
static member EnumerateItems : Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs -> seq<Microsoft.Build.Framework.ItemData>
<Extension()>
Public Function EnumerateItems (eventArgs As ProjectEvaluationFinishedEventArgs) As IEnumerable(Of ItemData)
Parameters
- eventArgs
- ProjectEvaluationFinishedEventArgs
Returns
Applies to
EnumerateItems(ProjectStartedEventArgs)
- Source:
- BuildEventArgsExtensions.cs
Lazy enumerates and strong types items from Items property. The actual item value is proxied via accessor methods - to be able to provide defined interface
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::Build::Framework::ItemData> ^ EnumerateItems(Microsoft::Build::Framework::ProjectStartedEventArgs ^ eventArgs);
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ItemData> EnumerateItems(this Microsoft.Build.Framework.ProjectStartedEventArgs eventArgs);
static member EnumerateItems : Microsoft.Build.Framework.ProjectStartedEventArgs -> seq<Microsoft.Build.Framework.ItemData>
<Extension()>
Public Function EnumerateItems (eventArgs As ProjectStartedEventArgs) As IEnumerable(Of ItemData)
Parameters
- eventArgs
- ProjectStartedEventArgs