SearchControlDataSource Class

 

Represents the data source class for the Visual Studio common search control.

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

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
    Microsoft.VisualStudio.PlatformUI.SearchControlDataSource

public class SearchControlDataSource : GelDependencyObject

NameDescription
System_CAPS_pubmethodSearchControlDataSource()

Creates a new instance of the search control data source class.

NameDescription
System_CAPS_pubpropertyHelpTopic

Gets or sets the help topic attribute of the search control data source.

System_CAPS_pubpropertySearchFilters

Gets or sets the collection search filters for the search control data source.

System_CAPS_pubpropertySearchMRUItems

Gets or sets the collection most-recently-used (MRU) items for the search control data source.

System_CAPS_pubpropertySearchOptions

Gets or sets the collection of search options for the search control data source.

System_CAPS_pubpropertySearchProgress

Gets or sets the search progress value for the search control data source.

System_CAPS_pubpropertySearchSettings

Gets or sets the search settings data source for the search control data source.

System_CAPS_pubpropertySearchStatus

Gets or sets the search status of the search control data source.

System_CAPS_pubpropertySearchText

Gets or sets the search text for the search control data source.

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.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAddMRUItemVerb

The verb associated with AddMRUItem.

System_CAPS_pubfieldSystem_CAPS_staticClearSearchVerb

The verb associated with ClearSearch.

System_CAPS_pubfieldSystem_CAPS_staticHelpTopicProperty

The HelpTopic property.

System_CAPS_pubfieldSystem_CAPS_staticInvokeHelpVerb

The verb associated with InvokeHelp.

System_CAPS_pubfieldSystem_CAPS_staticNotifyNavigationKeyVerb

The verb associated with NotifyNavigationKey.

System_CAPS_pubfieldSystem_CAPS_staticPopulateMRUVerb

The verb associated with PopulateMRU.

System_CAPS_pubfieldSystem_CAPS_staticSearchFiltersProperty

The SearchFilters property.

System_CAPS_pubfieldSystem_CAPS_staticSearchMRUItemsProperty

The SearchMRUItems property.

System_CAPS_pubfieldSystem_CAPS_staticSearchOptionsProperty

The SearchOptions property.

System_CAPS_pubfieldSystem_CAPS_staticSearchProgressProperty

The SearchProgress property.

System_CAPS_pubfieldSystem_CAPS_staticSearchSettingsProperty

The SearchSettings property.

System_CAPS_pubfieldSystem_CAPS_staticSearchStatusProperty

The SearchStatus property.

System_CAPS_pubfieldSystem_CAPS_staticSearchTextProperty

The SearchText property.

System_CAPS_pubfieldSystem_CAPS_staticStartSearchVerb

The verb associated with StartSearch.

System_CAPS_pubfieldSystem_CAPS_staticStopSearchVerb

The verb associated with StopSearch.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: