次の方法で共有


InstallationManager クラス

定義

電話のアプリケーション インストールを管理します。

public ref class InstallationManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InstallationManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class InstallationManager
Public Class InstallationManager
継承
Object Platform::Object IInspectable InstallationManager
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)

注釈

このクラスを使用して、特定のアプリ発行元からアプリケーションを検索し、アプリをインストールし、保留中のアプリのインストールを取得します。

メソッド

AddPackageAsync(String, Uri)

アプリのタイトルと場所 URI で指定されたアプリのインストール プロセスを開始します。

AddPackageAsync(String, Uri, String, String, Uri)

この API は、コードから直接使用することを意図したものではありません。

FindPackages()

すべてのユーザーにインストールされているすべてのパッケージに関する情報を取得します。

FindPackages(String, String)

指定した名前と発行元を持つインストールされているすべてのパッケージを検索します。

FindPackagesForCurrentPublisher()

このメソッドを呼び出すアプリと同じ発行元 ID を持つすべてのアプリ パッケージを返します。

GetPendingPackageInstalls()

現在進行中のすべてのアプリ インストールを返します。

RegisterPackageAsync(Uri, IIterable<Uri>, DeploymentOptions)

現在のユーザーのパッケージ (メイン パッケージ) とその依存関係パッケージを登録します。

RemovePackageAsync(String, RemovalOptions)

現在のユーザーのパッケージを非同期的に削除し、削除操作で進行状況とステータス メッセージを受信します。 ユーザーに依存する他のパッケージがインストールされていない場合は、ユーザーの依存関係パッケージも削除されます。

適用対象