Implements a simple serializable object for capturing a search query

C# | Visual Basic | Visual C++ |
public class SearchHistoryItem
Public Class SearchHistoryItem
public ref class SearchHistoryItem

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SearchHistoryItem()()() |
Instantiates a SearchHistoryItem instance
|
![]() | SearchHistoryItem(String) |
Instantiates a SearchHistoryItem instance.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | LastUsed |
Gets/Sets a DateTime for the SearchHistoryItem.
|
![]() | Query |
Gets/Sets the Query string for the SearchHistoryItem.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | SearchHistoryItem |