Namespace:
RedCritterDesktopSearchV1
Assembly: RedCritterDesktopSearchV1 (in RedCritterDesktopSearchV1.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: RedCritterDesktopSearchV1 (in RedCritterDesktopSearchV1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public interface IDesktopSearch
Public Interface IDesktopSearch
public interface class IDesktopSearch
Members
| All Members | Methods | Events |
| Member | Description | |
|---|---|---|
| OnSearchDesktop(String, XDocument) |
The method is called asynchronously in response to raising the SearchDesktop event.
| |
| SearchDesktop |
Raise this event to asynchronously to execute a query against Windows Desktop Search. You will receive a callback to OnSearchDesktop() with the search results.
| |
| ShowItem |
Raise this event to asynchronously to open any ItemURL returned from a Windows Desktop Search Query.
|