AppInstallManager.Restart 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Restart(String) |
重新開機指定應用程式的安裝。 |
Restart(String, String) |
使用產生遙測資料的選項,重新開機指定應用程式的安裝。 |
Restart(String)
重新開機指定應用程式的安裝。
public:
virtual void Restart(Platform::String ^ productId) = Restart;
void Restart(winrt::hstring const& productId);
public void Restart(string productId);
function restart(productId)
Public Sub Restart (productId As String)
參數
- productId
-
String
Platform::String
winrt::hstring
應該重新開機其安裝的應用程式產品識別碼。
Windows 需求
應用程式功能 |
runFullTrust
|
另請參閱
適用於
Restart(String, String)
使用產生遙測資料的選項,重新開機指定應用程式的安裝。
public:
virtual void Restart(Platform::String ^ productId, Platform::String ^ correlationVector) = Restart;
/// [Windows.Foundation.Metadata.Overload("RestartWithTelemetry")]
void Restart(winrt::hstring const& productId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.Overload("RestartWithTelemetry")]
public void Restart(string productId, string correlationVector);
function restart(productId, correlationVector)
Public Sub Restart (productId As String, correlationVector As String)
參數
- productId
-
String
Platform::String
winrt::hstring
應該重新開機其安裝的應用程式產品識別碼。
- correlationVector
-
String
Platform::String
winrt::hstring
可用來產生遙測資料的相互關聯向量字串。
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10586.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)
|
應用程式功能 |
runFullTrust
|