WebUIWebAuthenticationBrokerContinuationEventArgs Klasse
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 für eine App bereit, die gestartet wurde, nachdem sie für einen Webauthentifizierungsbrokervorgang angehalten wurde.
public ref class WebUIWebAuthenticationBrokerContinuationEventArgs sealed : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAuthenticationBrokerContinuationEventArgs final : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAuthenticationBrokerContinuationEventArgs : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWebAuthenticationBrokerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IWebAuthenticationBrokerContinuationEventArgs
- Vererbung
- 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
ActivatedOperation |
Ruft den App-Aktivierungsvorgang ab. |
ContinuationData |
Ruft einen Satz von Werten ab, die von der App vor einem Webauthentifizierungsbrokervorgang aufgefüllt werden, der die App deaktiviert, um Kontext bereitzustellen, wenn die App aktiviert wird. |
Kind |
Ruft den Aktivierungstyp ab. |
PreviousExecutionState |
Ruft den Ausführungsstatus der App ab, bevor sie aktiviert wurde. |
SplashScreen |
Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt. |
WebAuthenticationResult |
Ruft das WebAuthenticationResult-Objekt ab, das vom Webauthentifizierungsbrokervorgang zurückgegeben wird. |