Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CreateEditorInstance returns this value if the document has a format that cannot be opened in the editor.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Const VS_E_UNSUPPORTEDFORMAT As Integer
public const int VS_E_UNSUPPORTEDFORMAT
public:
literal int VS_E_UNSUPPORTEDFORMAT
static val mutable VS_E_UNSUPPORTEDFORMAT: int
public const var VS_E_UNSUPPORTEDFORMAT : int
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio Namespace