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 |
Method | Description | |
---|---|---|
SetDWordBuiltIn ( IVsUIDataSource pSearchSettings, string vsPropertyName, uint value ) : void | ||
SetDWordBuiltInIfSpecified ( IVsUIDataSource pSearchSettings, string propertyName, string vsPropertyName ) : void |
public CreateSearch ( uint dwCookie, IVsSearchQuery pSearchQuery, IVsSearchCallback pSearchCallback ) : IVsSearchTask | ||
dwCookie | uint | |
pSearchQuery | IVsSearchQuery | |
pSearchCallback | IVsSearchCallback | |
return | IVsSearchTask |
public OnNavigationKeyDown ( uint dwNavigationKey, uint dwModifiers ) : bool | ||
dwNavigationKey | uint | |
dwModifiers | uint | |
return | bool |
public ProvideSearchSettings ( IVsUIDataSource pSearchSettings ) : void | ||
pSearchSettings | IVsUIDataSource | |
return | void |
public VsSearchControl ( IVsWindowSearchHost vsWindowSearchHost, ISearchHandler handler, SearchControlSettings settings ) : System | ||
vsWindowSearchHost | IVsWindowSearchHost | |
handler | ISearchHandler | |
settings | SearchControlSettings | |
return | System |