อ่านในภาษาอังกฤษ

แชร์ผ่าน


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

C#
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ItemData> EnumerateItems(this Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs eventArgs);

Parameters

Returns

Applies to

MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 17
MSBuild (.NET Core) 17

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

C#
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ItemData> EnumerateItems(this Microsoft.Build.Framework.ProjectStartedEventArgs eventArgs);

Parameters

Returns

Applies to

MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 17
MSBuild (.NET Core) 17