IsolatedWindowsEnvironmentHost.HostErrors 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. IVectorView of errors on the host that are needed to be resolved before Isolated Windows Environment can be created on a host.
public:
static property IVectorView<IsolatedWindowsEnvironmentHostError> ^ HostErrors { IVectorView<IsolatedWindowsEnvironmentHostError> ^ get(); };
static IVectorView<IsolatedWindowsEnvironmentHostError> HostErrors();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
static IVectorView<IsolatedWindowsEnvironmentHostError> HostErrors();
public static IReadOnlyList<IsolatedWindowsEnvironmentHostError> HostErrors { get; }
public static IReadOnlyList<IsolatedWindowsEnvironmentHostError> HostErrors { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost 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 iVectorView = IsolatedWindowsEnvironmentHost.hostErrors;
Public Shared ReadOnly Property HostErrors As IReadOnlyList(Of IsolatedWindowsEnvironmentHostError)
Property Value
IVectorView
- Attributes
Remarks
Warning
This is a deprecated API.