Condividi tramite


WebUIFolderPickerContinuationEventArgs Classe

Definizione

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

public ref class WebUIFolderPickerContinuationEventArgs sealed : IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
public ref class WebUIFolderPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFolderPickerContinuationEventArgs final : IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Deprecated("WebUIFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class WebUIFolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFolderPickerContinuationEventArgs : IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Deprecated("WebUIFolderPickerContinuationEventArgs 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 WebUIFolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIFolderPickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IFolderPickerContinuationEventArgs
Public NotInheritable Class WebUIFolderPickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
Ereditarietà
Object Platform::Object IInspectable WebUIFolderPickerContinuationEventArgs
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

Cronologia delle versioni

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

Proprietà

ActivatedOperation

Ottiene l'operazione di attivazione dell'app.

ContinuationData

Ottiene un set di valori popolati dall'app prima di un'operazione FolderPicker che disattiva l'app per fornire 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 l'oggetto schermata iniziale 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