VSConstants.VS_E_INCOMPATIBLEDOCDATA 字段

“不兼容的一个 Visual Studio 特定错误 HRESULT 文档数据”。

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

语法

声明
Public Const VS_E_INCOMPATIBLEDOCDATA As Integer
public const int VS_E_INCOMPATIBLEDOCDATA

备注

如果文档已在 CreateEditorInstance 应返回 VS_E_INCOMPATIBLEDOCDATA 或 E_NOINTERFACE的一个不兼容的编辑器。 如果无法为任何其他原因导致打开文件应该返回的信息 HRESULT 错误代码。 CreateEditorInstance 可能是循环的调用的各个版本工厂,则在尝试查找适当的编辑器中。

.NET Framework 安全性

请参见

参考

VSConstants 类

Microsoft.VisualStudio 命名空间

CreateEditorInstance

其他资源

IDE 常量