IndexCapabilityOfCurrentSystemStatus 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.
public enum class IndexCapabilityOfCurrentSystemStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class IndexCapabilityOfCurrentSystemStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum IndexCapabilityOfCurrentSystemStatus
var value = Microsoft.Windows.Search.AppContentIndex.IndexCapabilityOfCurrentSystemStatus.ready
Public Enum IndexCapabilityOfCurrentSystemStatus
- Inheritance
-
IndexCapabilityOfCurrentSystemStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Ready | 0 | |
| NotReady | 1 | |
| DisabledByPolicy | 2 | |
| NotSupported | 3 |