SearchMRUItemDataSource Class

Definition

Represents a data source for the most-recently-used (MRU) item for the search control.

public ref class SearchMRUItemDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
[Windows::Foundation::Metadata::WebHostHidden]
class SearchMRUItemDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
public class SearchMRUItemDataSource : Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
type SearchMRUItemDataSource = class
    inherit GelDependencyObject
Public Class SearchMRUItemDataSource
Inherits GelDependencyObject
Inheritance
Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
SearchMRUItemDataSource

Constructors

SearchMRUItemDataSource()

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

Fields

DeleteVerb
SelectVerb
TextProperty

Properties

Text

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

Methods

OnDelete()

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

OnSelect()

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

Applies to