Freigeben über


IWebAuthenticationBrokerContinuationEventArgs Schnittstelle

Definition

Stellt Informationen für eine App bereit, die gestartet wurde, nachdem sie für einen Webauthentifizierungsbrokervorgang angehalten wurde.

public interface class IWebAuthenticationBrokerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1977459668, 30484, 17725, 183, 255, 185, 94, 58, 23, 9, 218)]
struct IWebAuthenticationBrokerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1977459668, 30484, 17725, 183, 255, 185, 94, 58, 23, 9, 218)]
public interface IWebAuthenticationBrokerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IWebAuthenticationBrokerContinuationEventArgs
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)
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)
WebAuthenticationResult

Ruft das WebAuthenticationResult-Objekt ab, das vom Webauthentifizierungsbrokervorgang zurückgegeben wird.

Gilt für:

Weitere Informationen