Freigeben über


IFolderPickerContinuationEventArgs Schnittstelle

Definition

Stellt Informationen zu einem aktivierten Ereignis bereit, das ausgelöst wird, nachdem die App für einen Ordnerauswahlvorgang angehalten wurde.

public interface class IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
/// [Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
public interface IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
[Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs 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 IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFolderPickerContinuationEventArgs
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, der von der App vor einem Vorgang aufgefüllt wird, der die App deaktiviert, um Kontext bereitzustellen, wenn die App aktiviert wird.

(Geerbt von IContinuationActivatedEventArgs)
Folder

Ruft den Ordner ab, den der Benutzer während der Ordnerauswahl ausgewählt hat.

Kind

Ruft den Grund ab, warum 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)

Gilt für:

Weitere Informationen