다음을 통해 공유


UserDataAccountProviderActivatedEventArgs 클래스

정의

사용자 계정을 관리하기 위해 앱이 활성화될 때 데이터를 제공합니다.

public ref class UserDataAccountProviderActivatedEventArgs sealed : IUserDataAccountProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserDataAccountProviderActivatedEventArgs final : IUserDataAccountProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserDataAccountProviderActivatedEventArgs : IUserDataAccountProviderActivatedEventArgs
Public NotInheritable Class UserDataAccountProviderActivatedEventArgs
Implements IUserDataAccountProviderActivatedEventArgs
상속
Object Platform::Object IInspectable UserDataAccountProviderActivatedEventArgs
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
userDataAccountsProvider

설명

WinJS(Windows Library for JavaScript) onactivated 이벤트 또는 XAML(Extensible Application Markup Language) OnActivated 메서드를 재정의하여 이 개체에 액세스합니다.

속성

Kind

활성화 유형을 가져옵니다.

Operation

사용자 계정 관리 작업을 가져옵니다.

PreviousExecutionState

활성화되기 전에 앱의 실행 상태를 가져옵니다.

SplashScreen

시작 화면에서 활성화된 앱으로의 전환에 대한 정보를 제공하는 시작 화면 개체를 가져옵니다.

적용 대상

추가 정보