WebUIFileSavePickerContinuationEventArgs Classe

Definizione

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

public ref class WebUIFileSavePickerContinuationEventArgs sealed : IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
public ref class WebUIFileSavePickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFileSavePickerContinuationEventArgs final : IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Deprecated("WebUIFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class WebUIFileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFileSavePickerContinuationEventArgs : IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Deprecated("WebUIFileSavePickerContinuationEventArgs 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 WebUIFileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIFileSavePickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IFileSavePickerContinuationEventArgs
Public NotInheritable Class WebUIFileSavePickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
Ereditarietà
Object Platform::Object IInspectable WebUIFileSavePickerContinuationEventArgs
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 FileSavePicker che disattiva l'app per fornire il contesto quando l'app viene attivata.

File

Ottiene il file per il quale l'app è stata attivata.

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