JumpListSystemGroupKind 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.
Indicates the kind of system group used by an app's jump list.
public enum class JumpListSystemGroupKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class JumpListSystemGroupKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum JumpListSystemGroupKind
var value = Windows.UI.StartScreen.JumpListSystemGroupKind.none
Public Enum JumpListSystemGroupKind
- Inheritance
-
JumpListSystemGroupKind
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that no system managed group be used in the jump list. |
Frequent | 1 | Specifies that the system managed frequent group be used in the jump list. |
Recent | 2 | Specifies that the system managed recent group be used in the jump list. |