次の方法で共有


IUserDataAccountProviderActivatedEventArgs インターフェイス

定義

アプリをアクティブ化してユーザー アカウントを管理するときにデータを提供します。

public interface class IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(466220835, 36593, 19025, 166, 58, 254, 113, 30, 234, 182, 7)]
struct IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(466220835, 36593, 19025, 166, 58, 254, 113, 30, 234, 182, 7)]
public interface IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IUserDataAccountProviderActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
userDataAccountsProvider

プロパティ

Kind

このアプリがアクティブ化されている理由を取得します。

(継承元 IActivatedEventArgs)
Operation

ユーザー アカウント管理操作を取得します。

PreviousExecutionState

このアクティブ化の前のアプリの実行状態を取得します。

(継承元 IActivatedEventArgs)
SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

(継承元 IActivatedEventArgs)

適用対象

こちらもご覧ください