__VSUIDATAFORMAT 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.
Indicates the data format used in the user interface.
public enum class __VSUIDATAFORMAT
public enum class __VSUIDATAFORMAT
enum __VSUIDATAFORMAT
public enum __VSUIDATAFORMAT
type __VSUIDATAFORMAT =
Public Enum __VSUIDATAFORMAT
- Inheritance
-
__VSUIDATAFORMAT
Fields
Name | Value | Description |
---|---|---|
VSDF_RESERVED | -2 | The format is reserved. |
VSDF_INVALID | -1 | The format is invalid. |
VSDF_BUILTIN | 0 | The built-in format. |
VSDF_WIN32 | 1 | The Windows format. |
VSDF_WINFORMS | 2 | The Windows Forms format. |
VSDF_WPF | 3 | The Windows Presentation Framework format. |