IsolatedWindowsEnvironmentHost.HostErrors Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. IVectorView von Fehlern auf dem Host, die behoben werden müssen, bevor eine isolierte Windows-Umgebung auf einem Host erstellt werden kann.
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)
Eigenschaftswert
IVectorView
- Attribute
Hinweise
Warnung
Dies ist eine veraltete API.