AppIndexTextQuerySession 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.
public ref class AppIndexTextQuerySession sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppIndexTextQuerySession final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppIndexTextQuerySession : System.IDisposable
Public NotInheritable Class AppIndexTextQuerySession
Implements IDisposable
- Inheritance
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DesiredMatchesPerResult | |
| MaxMatchesPerResult | |
Methods
| Name | Description |
|---|---|
| Close() | |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetResult() | |
| Start() | |
| Start(TextQueryOptions, String) | |
| Start(TextQueryOptions) | |
| Stop() | |
| Stop(TextQueryMatch) | |
| UpdateQueryPhrase(String) | |
Events
| Name | Description |
|---|---|
| ResultChanged | |