StorageProviderSearchMatchKind Enum
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.
Defines the kind of match that was found in a search query.
public enum class StorageProviderSearchMatchKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
enum class StorageProviderSearchMatchKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
public enum StorageProviderSearchMatchKind
var value = Windows.Storage.Provider.StorageProviderSearchMatchKind.lexical
Public Enum StorageProviderSearchMatchKind
- Inheritance
-
StorageProviderSearchMatchKind
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
Lexical | 0 | The match was found via a lexical comparison of the file metadata. |
Semantic | 1 | The match was found via a semantic algorithm. |