__VSUIDATAFORMAT Enumeration

 

Indicates the data format used in the user interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

public enum __VSUIDATAFORMAT

Member nameDescription
VSDF_BUILTIN

The built-in format.

VSDF_INVALID

The format is invalid.

VSDF_RESERVED

The format is reserved.

VSDF_WIN32

The Windows format.

VSDF_WINFORMS

The Windows Forms format.

VSDF_WPF

The Windows Presentation Framework format.

Return to top
Show: