Application.OnBackgroundActivated(BackgroundActivatedEventArgs) 메서드

정의

애플리케이션이 백그라운드에서 활성화될 때 호출됩니다.

protected:
 virtual void OnBackgroundActivated(BackgroundActivatedEventArgs ^ args) = OnBackgroundActivated;
void OnBackgroundActivated(BackgroundActivatedEventArgs const& args);
protected virtual void OnBackgroundActivated(BackgroundActivatedEventArgs args);
function onBackgroundActivated(args)
Protected Overridable Sub OnBackgroundActivated (args As BackgroundActivatedEventArgs)

매개 변수

args
BackgroundActivatedEventArgs

백그라운드 활성화에 대한 데이터입니다.

Windows 요구 사항

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

적용 대상