C# Class XamlBinding.ToolWindow.Table.TableSearchTask

Sets the appropriate filter on the table when a search is run or cleared
Inheritance: VsSearchTask
Show file Open project: spadapet/xaml-binding-tool Class Usage Examples

Public Methods

Method Description
ClearSearch ( IWpfTableControl control ) : void
TableSearchTask ( uint cookie, IVsSearchQuery searchQuery, IVsSearchCallback searchCallback, IWpfTableControl control ) : Microsoft.VisualStudio.Shell

Protected Methods

Method Description
OnStartSearch ( ) : void
OnStopSearch ( ) : void

Method Details

ClearSearch() public static method

public static ClearSearch ( IWpfTableControl control ) : void
control IWpfTableControl
return void

OnStartSearch() protected method

protected OnStartSearch ( ) : void
return void

OnStopSearch() protected method

protected OnStopSearch ( ) : void
return void

TableSearchTask() public method

public TableSearchTask ( uint cookie, IVsSearchQuery searchQuery, IVsSearchCallback searchCallback, IWpfTableControl control ) : Microsoft.VisualStudio.Shell
cookie uint
searchQuery IVsSearchQuery
searchCallback IVsSearchCallback
control IWpfTableControl
return Microsoft.VisualStudio.Shell