AppInstallManager.MoveToFrontOfDownloadQueue(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したアプリをダウンロード キューの先頭に移動します。
public:
virtual void MoveToFrontOfDownloadQueue(Platform::String ^ productId, Platform::String ^ correlationVector) = MoveToFrontOfDownloadQueue;
void MoveToFrontOfDownloadQueue(winrt::hstring const& productId, winrt::hstring const& correlationVector);
public void MoveToFrontOfDownloadQueue(string productId, string correlationVector);
function moveToFrontOfDownloadQueue(productId, correlationVector)
Public Sub MoveToFrontOfDownloadQueue (productId As String, correlationVector As String)
パラメーター
- productId
-
String
Platform::String
winrt::hstring
ダウンロード キューの先頭に移動するアプリの製品 ID。
- correlationVector
-
String
Platform::String
winrt::hstring
テレメトリ データの生成に使用できる相関ベクトル文字列。
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
アプリの機能 |
runFullTrust
|