AppInstallManager.Pause メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Pause(String, String) |
テレメトリ データを生成するオプションを使用して、指定したアプリのインストールを一時停止します。 |
Pause(String) |
指定したアプリのインストールを一時停止します。 |
Pause(String, String)
テレメトリ データを生成するオプションを使用して、指定したアプリのインストールを一時停止します。
public:
virtual void Pause(Platform::String ^ productId, Platform::String ^ correlationVector) = Pause;
/// [Windows.Foundation.Metadata.Overload("PauseWithTelemetry")]
void Pause(winrt::hstring const& productId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.Overload("PauseWithTelemetry")]
public void Pause(string productId, string correlationVector);
function pause(productId, correlationVector)
Public Sub Pause (productId As String, correlationVector As String)
パラメーター
- productId
-
String
Platform::String
winrt::hstring
インストールを一時停止する必要があるアプリの製品 ID。
- correlationVector
-
String
Platform::String
winrt::hstring
テレメトリ データの生成に使用できる相関ベクトル文字列。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10586.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v2.0 で導入)
|
アプリの機能 |
runFullTrust
|
こちらもご覧ください
適用対象
Pause(String)
指定したアプリのインストールを一時停止します。
public:
virtual void Pause(Platform::String ^ productId) = Pause;
void Pause(winrt::hstring const& productId);
public void Pause(string productId);
function pause(productId)
Public Sub Pause (productId As String)
パラメーター
- productId
-
String
Platform::String
winrt::hstring
インストールを一時停止する必要があるアプリの製品 ID。
Windows の要件
アプリの機能 |
runFullTrust
|