CompositionGetValueStatus Enumeration
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.
Gibt das Ergebnis eines Versuchs an, den Wert eines Schlüssel-Wert-Paares abzurufen.
public enum class CompositionGetValueStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionGetValueStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionGetValueStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionGetValueStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionGetValueStatus
var value = Microsoft.UI.Composition.CompositionGetValueStatus.succeeded
Public Enum CompositionGetValueStatus
- Vererbung
-
CompositionGetValueStatus
- Attribute
Felder
NotFound | 2 | Das Schlüssel-Wert-Paar ist nicht vorhanden. |
Succeeded | 0 | Der Wert wurde erfolgreich abgerufen. |
TypeMismatch | 1 | Der Werttyp des Schlüssel-Wert-Paares unterscheidet sich von dem angeforderten Werttyp. |