PreferredFormat-Enumeration (dbgmodel.h)
Vordefinierte Werte des Schlüssels "PreferredFormat", die als Metadaten für einen zurückgegebenen Schlüsselwert angezeigt werden können. Dies gibt das bevorzugte DISPLAY FORMAT für einen bestimmten Wert an.
Syntax
typedef enum PreferredFormat {
FormatNone,
FormatSingleCharacter,
FormatQuotedString,
FormatString,
FormatQuotedUnicodeString,
FormatUnicodeString,
FormatQuotedUTF8String,
FormatUTF8String,
FormatBSTRString,
FormatQuotedHString,
FormatHString,
FormatRaw,
FormatEnumNameOnly,
FormatEscapedStringWithQuote,
FormatUTF32String,
FormatQuotedUTF32String
} ;
Konstanten
FormatNone Es gibt kein bevorzugtes Format. |
FormatSingleCharacter Das bevorzugte Format ist ein einzelnes Zeichen als "*" |
FormatQuotedString Das bevorzugte Format ist eine 8-Bit-Zeichenfolge in Anführungszeichen. |
FormatString Das bevorzugte Format ist eine Zeichenfolge ohne Anführungszeichen |
FormatQuotedUnicodeString Das bevorzugte Format ist eine Unicode-Zeichenfolge (UTF-16) in Anführungszeichen. |
FormatUnicodeString Das bevorzugte Format ist eine Unicode-Zeichenfolge ohne Anführungszeichen (UTF-16). |
FormatQuotedUTF8String Das bevorzugte Format ist eine UTF-8-Zeichenfolge in Anführungszeichen. |
FormatUTF8String Das bevorzugte Format ist eine UTF-8-Zeichenfolge ohne Anführungszeichen. |
FormatBSTRString Das bevorzugte Format ist ein BSTR in Anführungszeichen. |
FormatQuotedHString Das bevorzugte Format ist ein WinRT HSTRING in Anführungszeichen. |
FormatHString Das bevorzugte Format ist ein WinRT HSTRING ohne Anführungszeichen. |
FormatRaw Das bevorzugte Format ist der rohe (native) Typ. |
FormatEnumNameOnly Das bevorzugte Format ist nur der Enumerationsname. |
FormatEscapedStringWithQuote Das bevorzugte Format ist die Zeichenfolge in Anführungszeichen mit Escapezeichen. |
FormatUTF32String Das bevorzugte Format ist eine Unicode-Zeichenfolge ohne Anführungszeichen (UTF-32). |
FormatQuotedUTF32String Das bevorzugte Format ist eine Unicode-Zeichenfolge (UTF-32) in Anführungszeichen. |
Anforderungen
Anforderung | Wert |
---|---|
Header | dbgmodel.h |