IsolatedWindowsEnvironmentCreateProgress Struct

Definition

Deprecated. Queries for progress of the creation of an Isolated Windows Environment

public value class IsolatedWindowsEnvironmentCreateProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
struct IsolatedWindowsEnvironmentCreateProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateProgress is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
struct IsolatedWindowsEnvironmentCreateProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public struct IsolatedWindowsEnvironmentCreateProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateProgress is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public struct IsolatedWindowsEnvironmentCreateProgress
var isolatedWindowsEnvironmentCreateProgress = {
state : /* Your value */,
percentComplete : /* Your value */
}
Public Structure IsolatedWindowsEnvironmentCreateProgress
Inheritance
IsolatedWindowsEnvironmentCreateProgress
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v2.0)

Remarks

Warning

This is a deprecated API.

Fields

PercentComplete

UINT32 for percent completion for Isolated Windows Environment creation

State

IsolatedWindowsEnvironmentProgressState

Applies to