IsolatedWindowsEnvironmentLaunchFileResult.File 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. Instantiates the IsolatedWindowsEnvironmentFile runtime class.
public:
property IsolatedWindowsEnvironmentFile ^ File { IsolatedWindowsEnvironmentFile ^ get(); };
IsolatedWindowsEnvironmentFile File();
/// [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")]
IsolatedWindowsEnvironmentFile File();
public IsolatedWindowsEnvironmentFile File { get; }
public IsolatedWindowsEnvironmentFile File { [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 isolatedWindowsEnvironmentFile = isolatedWindowsEnvironmentLaunchFileResult.file;
Public ReadOnly Property File As IsolatedWindowsEnvironmentFile
Property Value
String
- Attributes
Remarks
Warning
This is a deprecated API.