VSConstants.VS_E_UNSUPPORTEDFORMAT Field

Definition

VS specific error HRESULT for "Unsupported format".

public: int VS_E_UNSUPPORTEDFORMAT = -2147213333;
int VS_E_UNSUPPORTEDFORMAT = -2147213333;
public const int VS_E_UNSUPPORTEDFORMAT = -2147213333;
val mutable VS_E_UNSUPPORTEDFORMAT : int
Public Const VS_E_UNSUPPORTEDFORMAT As Integer  = -2147213333

Field Value

Value = -2147213333

Remarks

When looping through CreateEditorInstance to find an appropriate editor to edit a file, if the file is currently open, returning VS_E_UNSUPPORTEDFORMAT will allow the loop to continue without closing the document.

Applies to