VSConstants.VS_E_INCOMPATIBLEDOCDATA Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VS specific error HRESULT for "Incompatible document data".
public: int VS_E_INCOMPATIBLEDOCDATA = -2147213334;
int VS_E_INCOMPATIBLEDOCDATA = -2147213334;
public const int VS_E_INCOMPATIBLEDOCDATA = -2147213334;
val mutable VS_E_INCOMPATIBLEDOCDATA : int
Public Const VS_E_INCOMPATIBLEDOCDATA As Integer = -2147213334
Field Value
Value = -2147213334Remarks
If the document is open in an incompatible editor CreateEditorInstance should return VS_E_INCOMPATIBLEDOCDATA or E_NOINTERFACE. If the file could not be opened for any other reason it should return an informative HRESULT error code. CreateEditorInstance may be called on various editor factories in a loop while attempting to find an appropriate editor.