IsolatedWindowsEnvironmentCreateResult.Status Property
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.
Deprecated. Calls for isolatedwindowsenvironmentcreatestatus
public:
property IsolatedWindowsEnvironmentCreateStatus Status { IsolatedWindowsEnvironmentCreateStatus get(); };
IsolatedWindowsEnvironmentCreateStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentCreateStatus Status();
public IsolatedWindowsEnvironmentCreateStatus Status { get; }
public IsolatedWindowsEnvironmentCreateStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var isolatedWindowsEnvironmentCreateStatus = isolatedWindowsEnvironmentCreateResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentCreateStatus
Property Value
String
- Attributes
Remarks
Warning
This is a deprecated API.