ProjectConfigurationPropertiesFilterExtensions Class
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.
Contains additional extension methods to support accessing collection properties with additional filtering parameters. UNDONE: this code would be generated eventually.
[System.Runtime.CompilerServices.Nullable(0)]
public static class ProjectConfigurationPropertiesFilterExtensions
[<System.Runtime.CompilerServices.Nullable(0)>]
type ProjectConfigurationPropertiesFilterExtensions = class
Public Module ProjectConfigurationPropertiesFilterExtensions
- Inheritance
-
ProjectConfigurationPropertiesFilterExtensions
- Attributes
Methods
BuildPropertiesByName(IProjectConfigurationSnapshot, String, String[]) |
Obsolete.
Gets build properties with a set of known names. |
OutputGroupsByName(IProjectConfigurationSnapshot, String[]) |
Gets OutputGroups with a set of known names. |
PropertiesByName(IProjectConfigurationSnapshot, PropertySourceType, String[]) |
Gets project properties with a set of known names. |
PropertiesByName(IProjectConfigurationSnapshot, String[]) |
Gets project properties with a set of known names. |
RuleResultsByRuleName(IProjectConfigurationSnapshot, String[]) |
Gets the rule results with a set of known rule names. |