MaskFilter Class
Visual Studio 2015
A helper class that implements an IEntryFilter that excludes entries whose untruncated text matches anything in a list of strings.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | MaskFilter(String^, Int32) | Create a filter that that excludes entries whose keyName property doesn't intersect mask. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Match(ITableEntryHandle^) | Tests to see if entry matches the filter. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is immutabe. Use the CloneAndAdd(string) or CloneAndRemove(string) methods to create a new ColumnHashSetFilter with added or removed strings.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


