__VSUIDATAFORMAT 枚举

指示在用户界面中的数据格式。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Enumeration __VSUIDATAFORMAT
public enum __VSUIDATAFORMAT

成员

成员名称 说明
VSDF_RESERVED 布局是保留的。
VSDF_INVALID 该格式无效。
VSDF_BUILTIN 固定格式。
VSDF_WIN32 windows 窗体。
VSDF_WINFORMS Winforms 格式。
VSDF_WPF windows presentation framework 格式。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间