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.
public static class ProjectConfigurationPropertiesFilterExtensions
type ProjectConfigurationPropertiesFilterExtensions = class
Public Module ProjectConfigurationPropertiesFilterExtensions
- Inheritance
-
ProjectConfigurationPropertiesFilterExtensions
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. |
PropertiesBySourceType(IProjectConfigurationSnapshot, PropertySourceType) |
Gets all project properties from a source. |
RuleResultsByRuleName(IProjectConfigurationSnapshot, String[]) |
Gets the rule results with a set of known rule names. |