共用方式為


StoreSku.GetIsInstalledAsync 方法

定義

指出此產品 SKU 是否安裝在目前的裝置上。

public:
 virtual IAsyncOperation<bool> ^ GetIsInstalledAsync() = GetIsInstalledAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsInstalledAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsInstalledAsync();
function getIsInstalledAsync()
Public Function GetIsInstalledAsync () As IAsyncOperation(Of Boolean)

傳回

非同步作業,如果此產品 SKU 安裝在目前裝置上,則成功完成時會傳回 true;否則為 false。

屬性

適用於