Condividi tramite


VSConstants.VS_E_UNSUPPORTEDFORMAT Field

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

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

Public Const VS_E_UNSUPPORTEDFORMAT As Integer

Dim value As Integer

value = VSConstants.VS_E_UNSUPPORTEDFORMAT
public const int VS_E_UNSUPPORTEDFORMAT
public:
literal int VS_E_UNSUPPORTEDFORMAT
public const var VS_E_UNSUPPORTEDFORMAT : int

Field Value

Type: System.Int32

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.

Permissions

See Also

Concepts

SDK Constants

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

CreateEditorInstance