SearchControlDataSource.PropertyNames Class

Represents the names of the search control data source properties.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.SearchControlDataSource.PropertyNames

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

Syntax

'Declaration
Public NotInheritable Class PropertyNames
public static class PropertyNames
public ref class PropertyNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type PropertyNames =  class end
public final class PropertyNames

The SearchControlDataSource.PropertyNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member HelpTopic The name of the help topic attribute of the search control data source. Value is “HelpTopic”.
Public fieldStatic member SearchFilters The name of the collection search filters for the search control data source. Value is “SearchFilters”.
Public fieldStatic member SearchMRUItems The name of the collection most-recently-used (MRU) items for the search control data source. Value is “SearchMRUItems”.
Public fieldStatic member SearchOptions The name of the collection of search options for the search control data source. Value is “SearchOptions”.
Public fieldStatic member SearchProgress The name of the search progress value for the search control data source. Value is “SearchProgress”.
Public fieldStatic member SearchSettings The name of the search settings data source for the search control data source. Value is “SearchSettings”.
Public fieldStatic member SearchStatus The name of the search status of the search control data source. Value is “SearchStatus”.
Public fieldStatic member SearchText The name of the search text for the search control data source. Value is “SearchText”.

Top

Thread Safety

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

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace