VSConstants.VS_E_INCOMPATIBLEDOCDATA Field

Definition

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 = -2147213334

Remarks

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.

Applies to