_UIDataFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the data format (Win32, WinForms, WPF).
public enum class _UIDataFormat
public enum class _UIDataFormat
enum _UIDataFormat
public enum _UIDataFormat
type _UIDataFormat =
Public Enum _UIDataFormat
- Inheritance
-
_UIDataFormat
Fields
Name | Value | Description |
---|---|---|
DF_Win32 | 1 | Matches VSDF_WIN32 for enumeration compatibility. |
DF_WinForms | 2 | Matches VSDF_WINFORMS for enumeration compatibility. |
DF_WPF | 3 | Matches VSDF_WPF for enumeration compatibility. |