Freigeben über


DeploymentResult Klasse

Definition

Stellt Bereitstellungs- status und Fehlerinformationen für die Windows App SDK Runtime bereit, auf die vom aktuellen Paket verwiesen wird.

public ref class DeploymentResult sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IDeploymentResultFactory, 1)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class DeploymentResult final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IDeploymentResultFactory, 65536, "Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract, 65536)]
class DeploymentResult final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IDeploymentResultFactory), 1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class DeploymentResult
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IDeploymentResultFactory), 65536, "Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract), 65536)]
public sealed class DeploymentResult
function DeploymentResult(status, extendedError)
Public NotInheritable Class DeploymentResult
Vererbung
Object Platform::Object IInspectable DeploymentResult
Attribute

Konstruktoren

DeploymentResult(DeploymentStatus, HResult)

Initialisiert eine neue instance der DeploymentResult-Klasse.

Eigenschaften

ExtendedError

Ruft den ersten aufgetretenen Fehler ab, wenn beim Initialisieren der Windows App SDK Runtime oder beim Abrufen der status der Runtime ein Fehler aufgetreten ist.

Status

Ruft die bereitstellungs-status der derzeit geladenen Windows App SDK Runtime ab.

Gilt für:

Weitere Informationen