AppInstallManager.SearchForUpdatesForUserAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SearchForUpdatesForUserAsync(User, String, String, String, String, AppUpdateOptions) |
搜尋指定應用程式和使用者的更新,並能夠允許強制應用程式重新開機,以及產生遙測資料的選項。 |
SearchForUpdatesForUserAsync(User, String, String, String, String) |
使用產生遙測資料的選項,搜尋指定應用程式和使用者的更新。 |
SearchForUpdatesForUserAsync(User, String, String, String, String, AppUpdateOptions)
搜尋指定應用程式和使用者的更新,並能夠允許強制應用程式重新開機,以及產生遙測資料的選項。
public:
virtual IAsyncOperation<AppInstallItem ^> ^ SearchForUpdatesForUserAsync(User ^ user, Platform::String ^ productId, Platform::String ^ skuId, Platform::String ^ correlationVector, Platform::String ^ clientId, AppUpdateOptions ^ updateOptions) = SearchForUpdatesForUserAsync;
/// [Windows.Foundation.Metadata.Overload("SearchForUpdatesWithUpdateOptionsForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppInstallItem> SearchForUpdatesForUserAsync(User const& user, winrt::hstring const& productId, winrt::hstring const& skuId, winrt::hstring const& correlationVector, winrt::hstring const& clientId, AppUpdateOptions const& updateOptions);
[Windows.Foundation.Metadata.Overload("SearchForUpdatesWithUpdateOptionsForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppInstallItem> SearchForUpdatesForUserAsync(User user, string productId, string skuId, string correlationVector, string clientId, AppUpdateOptions updateOptions);
function searchForUpdatesForUserAsync(user, productId, skuId, correlationVector, clientId, updateOptions)
Public Function SearchForUpdatesForUserAsync (user As User, productId As String, skuId As String, correlationVector As String, clientId As String, updateOptions As AppUpdateOptions) As IAsyncOperation(Of AppInstallItem)
參數
- user
- User
物件,識別要為此作業指定的使用者。
- productId
-
String
Platform::String
winrt::hstring
要查詢更新之應用程式的產品識別碼。
- skuId
-
String
Platform::String
winrt::hstring
要查詢更新之應用程式的 SKU 識別碼。
- correlationVector
-
String
Platform::String
winrt::hstring
可用來產生遙測資料的相互關聯向量字串。
- clientId
-
String
Platform::String
winrt::hstring
呼叫端的識別碼。
- updateOptions
- AppUpdateOptions
提供作業的其他選項,包括允許強制應用程式重新開機的能力。
傳回
在成功完成時,非同步作業會傳回代表可用更新的 AppInstallItem 。
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
應用程式功能 |
runFullTrust
|
適用於
SearchForUpdatesForUserAsync(User, String, String, String, String)
使用產生遙測資料的選項,搜尋指定應用程式和使用者的更新。
public:
virtual IAsyncOperation<AppInstallItem ^> ^ SearchForUpdatesForUserAsync(User ^ user, Platform::String ^ productId, Platform::String ^ skuId, Platform::String ^ catalogId, Platform::String ^ correlationVector) = SearchForUpdatesForUserAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppInstallItem> SearchForUpdatesForUserAsync(User const& user, winrt::hstring const& productId, winrt::hstring const& skuId, winrt::hstring const& catalogId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppInstallItem> SearchForUpdatesForUserAsync(User user, string productId, string skuId, string catalogId, string correlationVector);
function searchForUpdatesForUserAsync(user, productId, skuId, catalogId, correlationVector)
Public Function SearchForUpdatesForUserAsync (user As User, productId As String, skuId As String, catalogId As String, correlationVector As String) As IAsyncOperation(Of AppInstallItem)
參數
- user
- User
物件,識別要為此作業指定的使用者。
- productId
-
String
Platform::String
winrt::hstring
要查詢更新之應用程式的產品識別碼。
- skuId
-
String
Platform::String
winrt::hstring
要查詢更新之應用程式的 SKU 識別碼。
- catalogId
-
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
|