SearchOptionDataSource Class
Represents a data source for a search option for the search control.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
Microsoft.VisualStudio.PlatformUI.SearchOptionDataSource
| Name | Description | |
|---|---|---|
![]() | SearchOptionDataSource() | Creates a new instance of a search option data source. |
| Name | Description | |
|---|---|---|
![]() | DisplayText | Gets or sets the value of the display text for the search option. |
![]() | Tooltip | Gets or sets the value of the tooltip text for the search option. |
![]() | Type | Gets or sets the type (Boolean or command) for the search option. |
![]() | Value | Gets or sets the value for the search option. This property is only valid for Boolean search options. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnSelect() | Provides class handling for selecting the search option on the data source or any element derived from it. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




