JumpList.LoadCurrentAsync Methode

Definition

Ruft asynchron die aktuelle Sprungliste und die zugehörigen Elemente ab.

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)

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, wird die aktuelle JumpList zurückgegeben. Wenn das System keine Sprunglisten unterstützt, gibt diese Methode eine leere Sprungliste zurück, und die SaveAsync-Methode hat keine Auswirkungen. Apps können diesen Fall mithilfe der isSupported-Methode überprüfen.

Attribute

Gilt für: