Freigeben über


AppInstallerInfo.IsAutoRepairEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Betriebssystem und der Bereitstellungsdienst automatisch eine Reparatur ausführen können, wenn das Paket für die Wartung markiert ist.

public:
 property bool IsAutoRepairEnabled { bool get(); };
bool IsAutoRepairEnabled();
public bool IsAutoRepairEnabled { get; }
var boolean = appInstallerInfo.isAutoRepairEnabled;
Public ReadOnly Property IsAutoRepairEnabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die automatische Reparatur aktiviert ist; andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Hinweise

Der Standardwert dieser Eigenschaft ist „TRUE“.

Weitere Informationen zur automatischen App-Reparatur finden Sie unter Automatisches Aktualisieren und Reparieren von Apps.

Gilt für: