次の方法で共有


AppInstallItem.Pause メソッド

定義

オーバーロード

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

こちらもご覧ください

適用対象