Share via


FolderPickerContinuationEventArgs Classe

Definizione

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

public ref class FolderPickerContinuationEventArgs sealed : IFolderPickerContinuationEventArgs
public ref class FolderPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs 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 FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
Ereditarietà
Object Platform::Object IInspectable FolderPickerContinuationEventArgs
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 file/cartella non sono più rilevanti con la sospensione di Windows Phone.

Si accede a un oggetto quando si implementa un FolderPickerContinuationEventArgs gestore eventi che risponde agli eventi Attivati quando ActivationKind è PickFolderContinuation.

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

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 FolderPicker che disattiva l'app per specificare il contesto quando l'app viene attivata.

Folder

Ottiene la cartella selezionata dall'utente durante l'operazione di selezione cartelle.

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