JumpList.LoadCurrentAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式擷取目前的跳躍清單及其專案。
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)
傳回
當這個方法成功完成時,它會傳回目前的 JumpList。 如果系統不支援跳躍清單,這個方法會傳回空的跳躍清單, 而 SaveAsync 方法沒有任何作用。 應用程式可以使用 isSupported 方法來檢查此案例。
- 屬性