SearchMRUItemDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.GelDependencyObjectSearchMRUItemDataSource
Constructors
SearchMRUItemDataSource() |
Creates a new instance of the |
Fields
DeleteVerb | |
SelectVerb | |
TextProperty |
Properties
Text |
Gets or sets the text attribute of data source for the |
Methods
OnDelete() |
Provides class handling for deleting on the |
OnSelect() |
Provides class handling for selecting on the |