SearchFilterDataSource Class

 

Implements the data source for the filter of 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.SearchFilterDataSource

public class SearchFilterDataSource : GelDependencyObject

NameDescription
System_CAPS_pubmethodSearchFilterDataSource()

Creates a new instance of the class.

NameDescription
System_CAPS_pubpropertyDisplayText

Gets or sets the display text of the filter.

System_CAPS_pubpropertyTooltip

Gets or sets the tooltip for the filter.

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_protmethodOnApplyFilter(SearchFilterDataSource.FilterData)

Runs when the filter is applied.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticApplyFilterVerb

The ApplyFilter verb.

System_CAPS_pubfieldSystem_CAPS_staticDisplayTextProperty

The filter’s display text.

System_CAPS_pubfieldSystem_CAPS_staticTooltipProperty

The filter’s tooltip.

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: