IFileSavePickerContinuationEventArgs Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Informationen zu einem aktivierten Ereignis bereit, das ausgelöst wird, nachdem die App für einen Dateispeicherauswahlvorgang angehalten wurde.
public interface class IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
/// [Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
public interface IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
[Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public interface IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFileSavePickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
- Abgeleitet
- Attribute
- Implementiert
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Eigenschaften
ContinuationData |
Ruft einen Satz von Werten ab, die von der App vor einem Vorgang aufgefüllt werden, der die App deaktiviert, um Kontext bereitzustellen, wenn die App aktiviert wird. (Geerbt von IContinuationActivatedEventArgs) |
File |
Ruft die Datei ab, die vom Benutzer während des Dateispeicherauswahlvorgangs ausgewählt wurde. |
Kind |
Ruft den Grund ab, aus dem diese App aktiviert wird. (Geerbt von IActivatedEventArgs) |
PreviousExecutionState |
Ruft den Ausführungsstatus der App vor dieser Aktivierung ab. (Geerbt von IActivatedEventArgs) |
SplashScreen |
Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt. (Geerbt von IActivatedEventArgs) |