FileOpenPicker.ResumePickSingleFileAsync 方法

定義

如果使用者在選擇器作業完成並暫停應用程式之後,繼續挑選作業以擷取使用者選取的檔案。

public:
 static IAsyncOperation<StorageFile ^> ^ ResumePickSingleFileAsync();
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<StorageFile> ResumePickSingleFileAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<StorageFile> ResumePickSingleFileAsync();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StorageFile> ResumePickSingleFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<StorageFile> ResumePickSingleFileAsync();
function resumePickSingleFileAsync()
Public Shared Function ResumePickSingleFileAsync () As IAsyncOperation(Of StorageFile)

傳回

當呼叫這個方法成功完成時,它會傳回 StorageFile 物件,代表使用者挑選的檔案。

屬性

備註

請勿使用。

適用於