AppInstallManager.UpdateAppByPackageFamilyNameForUserAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用產生遙測資料的選項,啟動套件系列名稱所指定使用者的應用程式更新。
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
|