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


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.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<Microsoft::Build::Framework::PropertyData> ^ EnumerateProperties(Microsoft::Build::Framework::ProjectEvaluationFinishedEventArgs ^ eventArgs);
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.PropertyData> EnumerateProperties(this Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs eventArgs);
static member EnumerateProperties : Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs -> seq<Microsoft.Build.Framework.PropertyData>
<Extension()>
Public Function EnumerateProperties (eventArgs As ProjectEvaluationFinishedEventArgs) As IEnumerable(Of PropertyData)

Parameters

Returns

Applies to

EnumerateProperties(ProjectStartedEventArgs)

Source:
BuildEventArgsExtensions.cs

Lazy enumerates and strong types properties from Properties property.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<Microsoft::Build::Framework::PropertyData> ^ EnumerateProperties(Microsoft::Build::Framework::ProjectStartedEventArgs ^ eventArgs);
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.PropertyData> EnumerateProperties(this Microsoft.Build.Framework.ProjectStartedEventArgs eventArgs);
static member EnumerateProperties : Microsoft.Build.Framework.ProjectStartedEventArgs -> seq<Microsoft.Build.Framework.PropertyData>
<Extension()>
Public Function EnumerateProperties (eventArgs As ProjectStartedEventArgs) As IEnumerable(Of PropertyData)

Parameters

Returns

Applies to