JumpList.LoadCurrentAsync Metodo

Definizione

Recupera in modo asincrono la jump list corrente e i relativi elementi.

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)

Restituisce

Al termine di questo metodo, restituisce l'oggetto JumpList corrente. Se il sistema non supporta jump list, questo metodo restituisce un jump list vuoto e il metodo SaveAsync non ha alcun effetto. Le app possono verificare la presenza di questo caso usando il metodo isSupported .

Attributi

Si applica a