Share via


FileOpenPickerContinuationEventArgs Classe

Definizione

Fornisce informazioni su un evento attivato che viene generato dopo la sospensione dell'app per un'operazione di selezione file aperta.

public ref class FileOpenPickerContinuationEventArgs sealed : IFileOpenPickerContinuationEventArgs
public ref class FileOpenPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileOpenPickerContinuationEventArgs final : IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileOpenPickerContinuationEventArgs : IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class FileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
Public NotInheritable Class FileOpenPickerContinuationEventArgs
Implements IFileOpenPickerContinuationEventArgs
Public NotInheritable Class FileOpenPickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
Ereditarietà
Object Platform::Object IInspectable FileOpenPickerContinuationEventArgs
Attributi
Implementazioni

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Nota

Questa classe è stata deprecata in Windows 10 versione 2004 (build 19041). Le API di continuazione di file/cartelle non sono più rilevanti con l'interruzione di Windows Phone.

Si accede a un FileOpenPickerContinuationEventArgs oggetto quando si implementa un gestore eventi che risponde agli eventi Attivato quando ActivationKind è PickFileContinuation.

Per un esempio che usa la classe , vedere Come continuare l'app Windows Phone 8.x dopo aver chiamato un metodo AndContinue.FileOpenPickerContinuationEventArgs

Cronologia delle versioni

Versione di Windows Versione dell'SDK Valore aggiunto
1607 14393 Utente

Proprietà

ContinuationData

Ottiene un set di valori popolati dall'app prima di un'operazione FileOpenPicker che disattiva l'app per fornire il contesto quando l'app viene attivata.

Files

Ottiene l'elenco dei file selezionati dall'utente durante l'operazione di selezione apertura file.

Kind

Ottiene il tipo di attivazione.

PreviousExecutionState

Ottiene lo stato di esecuzione dell'app prima dell'attivazione.

SplashScreen

Ottiene un oggetto SplashScreen che fornisce informazioni sulla transizione dalla schermata iniziale all'app attivata.

User

Ottiene l'utente per cui è stata attivata l'app.

Si applica a

Vedi anche