SearchControlDataSource Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnAddMRUItem(String^)

Provides class handling for adding to the most-recently-used (MRU) item collection on the data source or any element derived from it.

System_CAPS_protmethodOnClearSearch()

Provides class handling for clearing the search on the data source or any element derived from it.

System_CAPS_protmethodOnInvokeHelp(String^)

Provides class handling for invoking topic help on the data source or any element derived from it.

System_CAPS_protmethodOnNotifyNavigationKey(VSConstants::VsSearchNavigationKeys, VSConstants::VsUIAccelModifiers)

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

System_CAPS_protmethodOnPopulateMRU(String^)

Provides class handling for populating the most-recently-used (MRU) item collection on the data source or any element derived from it.

System_CAPS_protmethodOnStartSearch(String^)

Provides class handling for starting a search on the data source or any element derived from it.

System_CAPS_protmethodOnStopSearch()

Provides class handling for stopping a search on the data source or any element derived from it.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: