JumpList.LoadCurrentAsync Method
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.
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