Поделиться через


BuildEventArgsExtensions.EnumerateItems Method

Definition

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

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

Returns

Applies to