SearchOptionDataSource Class

 

Represents a data source for a search option for the 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.SearchOptionDataSource

public class SearchOptionDataSource : GelDependencyObject

NameDescription
System_CAPS_pubmethodSearchOptionDataSource()

Creates a new instance of a search option data source.

NameDescription
System_CAPS_pubpropertyDisplayText

Gets or sets the value of the display text for the search option.

System_CAPS_pubpropertyTooltip

Gets or sets the value of the tooltip text for the search option.

System_CAPS_pubpropertyType

Gets or sets the type (Boolean or command) for the search option.

System_CAPS_pubpropertyValue

Gets or sets the value for the search option. This property is only valid for Boolean search options.

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_protmethodOnSelect()

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

System_CAPS_pubmethodToString()

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

Return to top
Show: