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 and MSBuild (.NET Core) 17
Product Versions
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 and MSBuild (.NET Core) 17
Product Versions
MSBuild 17
MSBuild (.NET Core) 17