Expand Minimize
This topic has not yet been rated - Rate this topic

VSConstants.VS_E_UNSUPPORTEDFORMAT Field

CreateEditorInstance returns this value if the document has a format that cannot be opened in the editor.

This field is not CLS-compliant.  

Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

public const int VS_E_UNSUPPORTEDFORMAT
public static final int VS_E_UNSUPPORTEDFORMAT
public const var VS_E_UNSUPPORTEDFORMAT : int

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.