MaskFilter(String, Int32) Constructor
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.
Create a filter that that excludes entries who keyName
property doesn't intersect mask
.
public:
MaskFilter(System::String ^ keyName, int mask);
public:
MaskFilter(Platform::String ^ keyName, int mask);
MaskFilter(std::wstring const & keyName, int mask);
public MaskFilter (string keyName, int mask);
new Microsoft.VisualStudio.Shell.TableControl.MaskFilter : string * int -> Microsoft.VisualStudio.Shell.TableControl.MaskFilter
Public Sub New (keyName As String, mask As Integer)
Parameters
- keyName
- String
Name of the key used to call ITableEntryHandle.TryGetValue.
- mask
- Int32
Bitmask used to test entries.