IEntryFilter Interface

Visual Studio 2015
 

Interface passed to IWpfTableControl.SetFilter(string, IEntryFilter) to filter entries.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public interface class IEntryFilter

NameDescription
System_CAPS_pubmethodMatch(ITableEntryHandle^)

Return true if the specified entry satisfies the filter.

Return to top
Show: