次の方法で共有


BackgroundWorkCost.CurrentBackgroundWorkCost プロパティ

定義

バックグラウンド タスクのリソースの可用性に関するヒントを取得します。

public:
 static property BackgroundWorkCostValue CurrentBackgroundWorkCost { BackgroundWorkCostValue get(); };
static BackgroundWorkCostValue CurrentBackgroundWorkCost();
public static BackgroundWorkCostValue CurrentBackgroundWorkCost { get; }
var backgroundWorkCostValue = BackgroundWorkCost.currentBackgroundWorkCost;
Public Shared ReadOnly Property CurrentBackgroundWorkCost As BackgroundWorkCostValue

プロパティ値

バックグラウンド リソースの可用性に関するヒント。 バックグラウンド タスクでは、このヒントを使用して、アクティブ化時に実行する作業の量を決定できます。

適用対象