共用方式為


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

屬性值

背景資源可用性的提示。 背景工作可以使用這個提示來決定啟動時要執行的作業量。

適用於