다음을 통해 공유


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

적용 대상