Skip to main content

IApplicationJumpListService.Apply() Method

Registers and adds the newly added jump tasks to its Jump List.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

IEnumerable<RejectedApplicationJumpItem> Apply()

Returns

Type Description
IEnumerable<DevExpress.Mvvm.RejectedApplicationJumpItem>

Returns the collection of rejected items.

See Also