Share via


ProjectPropertiesFilterExtensions 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 ProjectPropertiesFilterExtensions
type ProjectPropertiesFilterExtensions = class
Public Module ProjectPropertiesFilterExtensions
Inheritance
ProjectPropertiesFilterExtensions

Methods

ConfigurationsByName(IProjectSnapshot, String[])

Gets project configurations that satisfy the specified expression.

FilesByPath(IProjectSnapshot, String[])

Gets source files with the given paths.

FilesEndingWith(IProjectSnapshot, String[])

Gets source files with the given ending with expressions.

FilesUnderDirectory(IProjectSnapshot, String, Boolean)

Gets source files physically present under the given directory.

FilesUnderView(IProjectSnapshot, String, Boolean)

Gets source files present under the given path in the solution explorer view.

FilesWithItemTypes(IProjectSnapshot, String[])

Gets source files with the given item types.

FoldersByPath(IProjectSnapshot, String[])

Gets folders with the given paths.

PropertiesByName(IProjectSnapshot, String[])

Gets project properties with a set of known names.

Applies to