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