WebUIWebAccountProviderActivatedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティブ化された Web アカウント プロバイダーに関連する引数を表します。
public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IWebAccountProviderActivatedEventArgs
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1607 | 14393 | User |
プロパティ
ActivatedOperation |
アクティブ化された操作を取得します。 |
Kind |
アクティブ化の種類を取得します。 |
Operation |
Web アカウント プロバイダー操作を取得します。 |
PreviousExecutionState |
アプリの以前の実行状態を取得します。 |
SplashScreen |
スプラッシュスクリーンを取得します。 |
User |
アプリがアクティブ化されたユーザーを取得します。 |