다음을 통해 공유


SearchControlDataSource.OnNotifyNavigationKey Method

Provides class handling for the search control data source to intercept specific key presses for navigation between the results already found.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overridable Function OnNotifyNavigationKey ( _
    navKey As VSConstants.VsSearchNavigationKeys, _
    modifiers As VSConstants.VsUIAccelModifiers _
) As Boolean
protected virtual bool OnNotifyNavigationKey(
    VSConstants.VsSearchNavigationKeys navKey,
    VSConstants.VsUIAccelModifiers modifiers
)

Parameters

Return Value

Type: System.Boolean
Returns true if the key was processed; otherwise, returns false if the search control should process it.Boolean.

.NET Framework Security

See Also

Reference

SearchControlDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace