共用方式為


BackgroundExecutionManager.GetAccessStatusForModernStandby 方法

定義

多載

GetAccessStatusForModernStandby()

取得值,這個值表示當裝置處於連線待命模式時,呼叫應用程式的背景工作執行功能。

GetAccessStatusForModernStandby(String)

Retreives 值,指出裝置處於連線待命模式時,指定的應用程式背景工作執行功能。

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)

Retreives 值,指出裝置處於連線待命模式時,指定的應用程式背景工作執行功能。

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 引進)

適用於