다음을 통해 공유


AppInstallManager.UpdateAppByPackageFamilyNameForUserAsync 메서드

정의

원격 분석 데이터를 생성하는 옵션을 사용하여 패키지 패밀리 이름으로 지정된 지정된 사용자에 대한 앱 업데이트를 시작합니다.

public:
 virtual IAsyncOperation<AppInstallItem ^> ^ UpdateAppByPackageFamilyNameForUserAsync(User ^ user, Platform::String ^ packageFamilyName, Platform::String ^ correlationVector) = UpdateAppByPackageFamilyNameForUserAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppInstallItem> UpdateAppByPackageFamilyNameForUserAsync(User const& user, winrt::hstring const& packageFamilyName, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppInstallItem> UpdateAppByPackageFamilyNameForUserAsync(User user, string packageFamilyName, string correlationVector);
function updateAppByPackageFamilyNameForUserAsync(user, packageFamilyName, correlationVector)
Public Function UpdateAppByPackageFamilyNameForUserAsync (user As User, packageFamilyName As String, correlationVector As String) As IAsyncOperation(Of AppInstallItem)

매개 변수

user
User

이 작업에 대해 지정할 사용자를 식별하는 개체입니다.

packageFamilyName
String

Platform::String

winrt::hstring

업데이트할 앱의 패키지 패밀리 이름입니다.

correlationVector
String

Platform::String

winrt::hstring

원격 분석 데이터를 생성하는 데 사용할 수 있는 상관 관계 벡터 문자열입니다.

반환

성공적으로 완료되면 설치 큐에 추가된 앱 업데이트를 나타내는 AppInstallItem 을 반환하는 비동기 작업입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
runFullTrust

적용 대상