다음을 통해 공유


ProjectConfigurationPropertiesFilterExtensions Class

Definition

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.

Applies to