BuildEventArgsExtensions.EnumerateItems Method
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.
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 |
- 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
MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |
- 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
Returns
Applies to
MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |