C# Class ReasonCodeExample.XPathInformation.Workbench.XPathWorkbenchWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GoToSearchResult ( object sender, SearchResult searchResult ) : void

Method Details

ClearSearch() public méthode

public ClearSearch ( ) : void
Résultat void

CreateSearch() public méthode

public CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
dwCookie uint
pSearchQuery IVsSearchQuery
pSearchCallback IVsSearchCallback
Résultat IVsSearchTask

ProvideSearchSettings() public méthode

public ProvideSearchSettings ( IVsUIDataSource searchSettings ) : void
searchSettings IVsUIDataSource
Résultat void

XPathWorkbenchWindow() public méthode

public XPathWorkbenchWindow ( ) : System
Résultat System