次の方法で共有


AppInstallItem.Restart メソッド

定義

オーバーロード

Restart()

現在のアプリのインストールを再起動します。

Restart(String)

テレメトリ データを生成するオプションを使用して、現在のアプリのインストールを再起動します。

Restart()

現在のアプリのインストールを再起動します。

public:
 virtual void Restart() = Restart;
void Restart();
public void Restart();
function restart()
Public Sub Restart ()

Windows の要件

アプリの機能
runFullTrust

こちらもご覧ください

適用対象

Restart(String)

テレメトリ データを生成するオプションを使用して、現在のアプリのインストールを再起動します。

public:
 virtual void Restart(Platform::String ^ correlationVector) = Restart;
/// [Windows.Foundation.Metadata.Overload("RestartWithTelemetry")]
void Restart(winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.Overload("RestartWithTelemetry")]
public void Restart(string correlationVector);
function restart(correlationVector)
Public Sub Restart (correlationVector As String)

パラメーター

correlationVector
String

Platform::String

winrt::hstring

テレメトリ データの生成に使用できる相関ベクトル文字列。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)
アプリの機能
runFullTrust

こちらもご覧ください

適用対象