다음을 통해 공유


BackgroundExecutionManager.GetAccessStatusForModernStandby 메서드

정의

오버로드

GetAccessStatusForModernStandby()

디바이스가 연결된 대기 모드에 있는 동안 호출 앱의 백그라운드 작업 실행 기능을 나타내는 값을 가져옵니다.

GetAccessStatusForModernStandby(String)

디바이스가 연결된 대기 모드에 있는 동안 지정된 앱의 백그라운드 작업 실행 기능을 나타내는 값을 다시 검색합니다.

GetAccessStatusForModernStandby()

디바이스가 연결된 대기 모드에 있는 동안 호출 앱의 백그라운드 작업 실행 기능을 나타내는 값을 가져옵니다.

public:
 static BackgroundAccessStatus GetAccessStatusForModernStandby();
/// [Windows.Foundation.Metadata.Overload("GetAccessStatusForModernStandby")]
 static BackgroundAccessStatus GetAccessStatusForModernStandby();
[Windows.Foundation.Metadata.Overload("GetAccessStatusForModernStandby")]
public static BackgroundAccessStatus GetAccessStatusForModernStandby();
function getAccessStatusForModernStandby()
Public Shared Function GetAccessStatusForModernStandby () As BackgroundAccessStatus

반환

앱의 백그라운드 작업 실행 기능을 지정하는 BackgroundAccessStatus 열거형의 값입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

적용 대상

GetAccessStatusForModernStandby(String)

디바이스가 연결된 대기 모드에 있는 동안 지정된 앱의 백그라운드 작업 실행 기능을 나타내는 값을 다시 검색합니다.

public:
 static BackgroundAccessStatus GetAccessStatusForModernStandby(Platform::String ^ applicationId);
/// [Windows.Foundation.Metadata.Overload("GetAccessStatusForModernStandbyForApplication")]
 static BackgroundAccessStatus GetAccessStatusForModernStandby(winrt::hstring const& applicationId);
[Windows.Foundation.Metadata.Overload("GetAccessStatusForModernStandbyForApplication")]
public static BackgroundAccessStatus GetAccessStatusForModernStandby(string applicationId);
function getAccessStatusForModernStandby(applicationId)
Public Shared Function GetAccessStatusForModernStandby (applicationId As String) As BackgroundAccessStatus

매개 변수

applicationId
String

Platform::String

winrt::hstring

백그라운드 액세스 상태 쿼리할 앱을 지정하는 패키지 상대 애플리케이션 식별자입니다.

반환

앱의 백그라운드 작업 실행 기능을 지정하는 BackgroundAccessStatus 열거형의 값입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

적용 대상