SearchControlDataSource.PropertyNames Class

 

Represents the names of the search control data source properties.

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

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchControlDataSource.PropertyNames

public static class PropertyNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHelpTopic

The name of the help topic attribute of the search control data source. Value is “HelpTopic”.

System_CAPS_pubfieldSystem_CAPS_staticSearchFilters

The name of the collection search filters for the search control data source. Value is “SearchFilters”.

System_CAPS_pubfieldSystem_CAPS_staticSearchMRUItems

The name of the collection most-recently-used (MRU) items for the search control data source. Value is “SearchMRUItems”.

System_CAPS_pubfieldSystem_CAPS_staticSearchOptions

The name of the collection of search options for the search control data source. Value is “SearchOptions”.

System_CAPS_pubfieldSystem_CAPS_staticSearchProgress

The name of the search progress value for the search control data source. Value is “SearchProgress”.

System_CAPS_pubfieldSystem_CAPS_staticSearchSettings

The name of the search settings data source for the search control data source. Value is “SearchSettings”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStatus

The name of the search status of the search control data source. Value is “SearchStatus”.

System_CAPS_pubfieldSystem_CAPS_staticSearchText

The name of the search text for the search control data source. Value is “SearchText”.

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: