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