_UIDataFormat Enumeration

Visual Studio 2015
 

Describes the data format (Win32, WinForms, WPF).

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

public enum class _UIDataFormat

Member nameDescription
DF_Win32

Matches VSDF_WIN32 for enumeration compatibility.

DF_WinForms

Matches VSDF_WINFORMS for enumeration compatibility.

DF_WPF

Matches VSDF_WPF for enumeration compatibility.

Return to top
Show: