An implementation of ISearchStorage which reads and writes the SearchHistory to and from isolated storage.

C# | Visual Basic | Visual C++ |
public class IsolatedSearchStorage : ISearchStorage
Public Class IsolatedSearchStorage _ Implements ISearchStorage
public ref class IsolatedSearchStorage : ISearchStorage

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | IsolatedSearchStorage()()() | |
![]() | 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.) |
![]() | ReadHistory()()() |
Reads an existing SearchHistory file from isolated storage.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | WriteHistory(SearchHistory) |
Writes an instance of SearchHistory to isolated storage.
|

Object | |
![]() | IsolatedSearchStorage |