VSConstants.VS_E_UNSUPPORTEDFORMAT 字段

CreateEditorInstance 返回此值,如果文档具有在编辑器无法打开的布局。

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

语法

声明
Public Const VS_E_UNSUPPORTEDFORMAT As Integer
public const int VS_E_UNSUPPORTEDFORMAT

备注

当循环通过 CreateEditorInstance 查找适当的编辑器文件,文件,则当前打开,返回 VS_E_UNSUPPORTEDFORMAT 将允许循环将继续运行,而不关闭文档。

.NET Framework 安全性

请参见

参考

VSConstants 类

Microsoft.VisualStudio 命名空间

CreateEditorInstance

其他资源

IDE 常量