AppInstallManager.MoveToFrontOfDownloadQueue(String, String) 方法

定义

将指定的应用移动到下载队列的前面。

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

适用于