BuildEventArgsExtensions.EnumerateProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- eventArgs
- ProjectEvaluationFinishedEventArgs
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
- eventArgs
- ProjectStartedEventArgs