WebAuthenticationBrokerContinuationEventArgs 類別

定義

提供在 Web 驗證代理程式作業暫停後啟動之應用程式的資訊。

public ref class WebAuthenticationBrokerContinuationEventArgs sealed : IWebAuthenticationBrokerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAuthenticationBrokerContinuationEventArgs final : IWebAuthenticationBrokerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAuthenticationBrokerContinuationEventArgs : IWebAuthenticationBrokerContinuationEventArgs
Public NotInheritable Class WebAuthenticationBrokerContinuationEventArgs
Implements IWebAuthenticationBrokerContinuationEventArgs
繼承
Object Platform::Object IInspectable WebAuthenticationBrokerContinuationEventArgs
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

當您實作事件處理常式來回應ActivationKindWebAuthenticationBrokerContinuationBrokerContinuation 時,您可以存取 WebAuthenticationBrokerContinuationEventArgs物件。

如需使用 WebAuthenticationBrokerContinuationEventArgs 類別的範例,請參閱如何在呼叫 AndContinue 方法之後繼續您的Windows Phone 8.x 應用程式

屬性

ContinuationData

取得應用程式在停用應用程式的 Web 驗證代理程式作業之前填入的一組值,以便在啟動應用程式時提供內容。

Kind

取得啟用類型。

PreviousExecutionState

取得應用程式啟動前的執行狀態。

SplashScreen

取得 SplashScreen 物件,提供從啟動顯示畫面轉換到啟動的應用程式的相關資訊。

WebAuthenticationResult

取得從 Web 驗證代理人作業傳回的 WebAuthenticationResult 物件。

適用於

另請參閱