Share via


ByPropertyValuesFilter Class

Definition

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
ByPropertyValuesFilter
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.

Applies to