SearchMRUItemDataSource Class

 

Represents a data source for the most-recently-used (MRU) item 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.SearchMRUItemDataSource

public class SearchMRUItemDataSource : GelDependencyObject

NameDescription
System_CAPS_pubmethodSearchMRUItemDataSource()

Creates a new instance of the most-recently-used (MRU) search item data source class.

NameDescription
System_CAPS_pubpropertyText

Gets or sets the text attribute of data source for the most-recently-used (MRU) item.

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

Provides class handling for deleting on the most-recently-used (MRU) item data source.

System_CAPS_protmethodOnSelect()

Provides class handling for selecting on the most-recently-used (MRU) item data source.

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: