BuildEventArgsExtensions.EnumerateProperties Method
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.
EnumerateProperties(ProjectEvaluationFinishedEventArgs) |
Lazy enumerates and strong types properties from Properties property. |
EnumerateProperties(ProjectStartedEventArgs) |
Lazy enumerates and strong types properties from Properties property. |
- 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);
C#
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
MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |
- 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);
C#
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
Returns
Applies to
MSBuild 17 และ MSBuild (.NET Core) 17
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |