WebUIWebAuthenticationBrokerContinuationEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web 認証ブローカー操作の中断後に起動されたアプリに情報を提供します。
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
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
ActivatedOperation |
アプリのアクティブ化操作を取得します。 |
ContinuationData |
アプリがアクティブ化されたときにコンテキストを提供するためにアプリを非アクティブ化する Web 認証ブローカー操作の前に、アプリによって設定された値のセットを取得します。 |
Kind |
アクティブ化の種類を取得します。 |
PreviousExecutionState |
アクティブ化される前のアプリの実行状態を取得します。 |
SplashScreen |
スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。 |
WebAuthenticationResult |
Web 認証ブローカー操作から返される WebAuthenticationResult オブジェクトを取得します。 |