Summary
A filter that indicates whether a give project should be loaded.
Return
true
to load the project, false
to filter it out.
- Namespace
- Buildalyzer
- Containing Type
- Analyzer
Manager Options
Syntax
public Func<ProjectInSolution, bool> ProjectFilter { get; set; }
Value
Type | Description |
---|---|
Func |