共用方式為


AppInstallManager.Pause 方法

定義

多載

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

應用程式的產品識別碼,其安裝應該暫停。

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

應用程式的產品識別碼,其安裝應該暫停。

Windows 需求

應用程式功能
runFullTrust

另請參閱

適用於