C# Class Microsoft.VisualStudio.R.Package.Search.VsSearchControl

Inheritance: IVsWindowSearch, ISearchControl
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

Method Description
ClearSearch ( ) : void
CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask
Dispose ( ) : void
OnNavigationKeyDown ( uint dwNavigationKey, uint dwModifiers ) : bool
ProvideSearchSettings ( IVsUIDataSource pSearchSettings ) : void
VsSearchControl ( IVsWindowSearchHost vsWindowSearchHost, ISearchHandler handler, SearchControlSettings settings ) : System

Private Methods

Method Description
SetDWordBuiltIn ( IVsUIDataSource pSearchSettings, string vsPropertyName, uint value ) : void
SetDWordBuiltInIfSpecified ( IVsUIDataSource pSearchSettings, string propertyName, string vsPropertyName ) : 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

Dispose() public method

public Dispose ( ) : void
return void

OnNavigationKeyDown() public method

public OnNavigationKeyDown ( uint dwNavigationKey, uint dwModifiers ) : bool
dwNavigationKey uint
dwModifiers uint
return bool

ProvideSearchSettings() public method

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

VsSearchControl() public method

public VsSearchControl ( IVsWindowSearchHost vsWindowSearchHost, ISearchHandler handler, SearchControlSettings settings ) : System
vsWindowSearchHost IVsWindowSearchHost
handler ISearchHandler
settings SearchControlSettings
return System