Task::IVsTaskItem::OnFilterTask Method (Int32)
Visual Studio 2015
Raised when a task has been filtered into or out of a view.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- f
-
Type:
System::Int32
If true, the task has become visible, otherwise it has become invisible.
Implements
IVsTaskItem::OnFilterTask(Int32)By default this method is not implemented.
This method is called when the view changes and certain tasks have been filtered in or out of the view. This can happen, for example, when the user changes the current view of the task list, or by calling the RefreshTasks , AutoFilter, or AutoFilter2 methods.
Show: