Freigeben über


ProjectConfigurationPropertiesFilterExtensions Class

Definition

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.

Applies to