VSConstants.VS_E_UNSUPPORTEDFORMAT 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 "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 = -2147213333Remarks
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.