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

แชร์ผ่าน


BuildEventArgsExtensions.EnumerateProperties Method

Definition

Overloads

EnumerateProperties(ProjectEvaluationFinishedEventArgs)

Lazy enumerates and strong types properties from Properties property.

EnumerateProperties(ProjectStartedEventArgs)

Lazy enumerates and strong types properties from Properties property.

EnumerateProperties(ProjectEvaluationFinishedEventArgs)

Source:
BuildEventArgsExtensions.cs

Lazy enumerates and strong types properties from Properties property.

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

Parameters

Returns

Applies to

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

EnumerateProperties(ProjectStartedEventArgs)

Source:
BuildEventArgsExtensions.cs

Lazy enumerates and strong types properties from Properties property.

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

Parameters

Returns

Applies to

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