InclusionExclusionList<T> Class
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 generic set of inclusion and exclusion lists, one of which is obeyed at any given time. Defaults to an Exclude list.
generic <typename T>
public ref class InclusionExclusionList
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class InclusionExclusionList
public class InclusionExclusionList<T>
type InclusionExclusionList<'T> = class
Public Class InclusionExclusionList(Of T)
- T
Type to of objects to include or exclude
- Inheritance
-
InclusionExclusionList<T>
Inclusion |
Create a new InclusionExclusionList |
Inclusion |
Create a new InclusionExclusionList |
Comparator |
Set this property to override using the Equals method to compare two T's |
Exclusion |
Retrieve a read-only collection representing the exclusion list. |
Inclusion |
Retrieve a read-only collection representing the inclusion list. |
Obey |
|
Obey |
Exclude(T) | |
Include(T) | |
Is |
Determine based on the settings of the class if a T is allowed (or is not filtered) |
Reset() |
Removes all the entries in the exclusion/inclusion lists, and resets the Obey*List flags. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |