Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows a language or IDE to customize the conversion between VARIANT values or VARTYPE types and strings.
In addition to the methods inherited from IUnknown, the IDebugFormatter interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IDebugFormatter::GetStringForVariant | Returns a string that represents the given VARIANT value. |
| IDebugFormatter::GetVariantForString | Returns a VARIANT containing the given string. |
| IDebugFormatter::GetStringForVarType | Returns a string that represents the given VARTYPE value. |