AppInstallItem.Pause Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Pause() |
Pauses the installation of the current app. |
Pause(String) |
Pauses the installation of the current app, with the option to generate telemetry data. |
Pause()
Pauses the installation of the current app.
public:
virtual void Pause() = Pause;
void Pause();
public void Pause();
function pause()
Public Sub Pause ()
Windows requirements
App capabilities |
runFullTrust
|
See also
Applies to
Pause(String)
Pauses the installation of the current app, with the option to generate telemetry data.
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)
Parameters
- correlationVector
-
String
Platform::String
winrt::hstring
A correlation vector string that can be used to generate telemetry data.
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
App capabilities |
runFullTrust
|