FilePropertiesFilterExtensions Class

Definition

Contains extension methods to support accessing collection properties of source files with additional filtering parameters.

[System.Runtime.CompilerServices.Nullable(0)]
public static class FilePropertiesFilterExtensions
[<System.Runtime.CompilerServices.Nullable(0)>]
type FilePropertiesFilterExtensions = class
Public Module FilePropertiesFilterExtensions
Inheritance
FilePropertiesFilterExtensions
Attributes

Methods

PropertiesByName(IFileSnapshot, String[])

Gets source file properties with a set of known names.

PropertiesByRuleName(IFileSnapshot, String, String[])

Gets source file properties for a rule with a set of known names.

Applies to