IBackgroundTransferOperationPriority.Priority プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダウンロード操作またはアップロード操作の優先度を取得または設定します。 指定できる値は、 BackgroundTransferPriority 列挙体によって定義されます。
たとえば、優先度を高く設定すると、操作がキューの最後に配置されるのではなく、前面の近くに配置されます。
public:
property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();
void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = iBackgroundTransferOperationPriority.priority;
iBackgroundTransferOperationPriority.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority
プロパティ値
操作の優先順位。