ByPropertyValuesFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A filtering method to match value of a property to a known set of values.
[System.Runtime.CompilerServices.Nullable(0)]
public class ByPropertyValuesFilter : Microsoft.VisualStudio.ProjectSystem.Query.Framework.CollectionFilter
[<System.Runtime.CompilerServices.Nullable(0)>]
type ByPropertyValuesFilter = class
inherit CollectionFilter
Public Class ByPropertyValuesFilter
Inherits CollectionFilter
- Inheritance
- Attributes
Constructors
ByPropertyValuesFilter(String, String) |
Properties
MethodName |
Gets the name of the filtering method. (Inherited from CollectionFilter) |
PropertyName |
Gets the name of the property being matched. |