C# Class ReasonCodeExample.XPathInformation.Workbench.XPathWorkbenchWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Mostrar archivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
ClearSearch ( ) : void
CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
ProvideSearchSettings ( IVsUIDataSource searchSettings ) : void
XPathWorkbenchWindow ( ) : System

Private Methods

Method Description
GoToSearchResult ( object sender, SearchResult searchResult ) : void

Method Details

ClearSearch() public method

public ClearSearch ( ) : void
return void

CreateSearch() public method

public CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
dwCookie uint
pSearchQuery IVsSearchQuery
pSearchCallback IVsSearchCallback
return IVsSearchTask

ProvideSearchSettings() public method

public ProvideSearchSettings ( IVsUIDataSource searchSettings ) : void
searchSettings IVsUIDataSource
return void

XPathWorkbenchWindow() public method

public XPathWorkbenchWindow ( ) : System
return System