JumpList.LoadCurrentAsync Method

Definition

Asynchronously retrieves the current jump list and its items.

public:
 static IAsyncOperation<JumpList ^> ^ LoadCurrentAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<JumpList> LoadCurrentAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<JumpList> LoadCurrentAsync();
function loadCurrentAsync()
Public Shared Function LoadCurrentAsync () As IAsyncOperation(Of JumpList)

Returns

When this method completes successfully, it returns the current JumpList. If the system does not support jump lists, this method returns an empty jump list and the SaveAsync method has no effect. Apps can check for this case using the isSupported method.

Attributes

Applies to