共用方式為


DownloadOperation.Priority 屬性

定義

取得或設定在 BackgroundTransferGroup內時,這個下載作業的傳輸優先順序。 可能的值是由 BackgroundTransferPriority所定義。

public:
 property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();

void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = downloadOperation.priority;
downloadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

屬性值

作業優先順序。

實作

適用於

另請參閱