__VSSPECIFICEDITORFLAGS Enumeration

 

Specifies options for opening existing project items within a specific editor.

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

[FlagsAttribute]
public enum __VSSPECIFICEDITORFLAGS

Member nameDescription
VSSPECIFICEDITOR_DoOpen

Project should open item(s)—meaningful only for AddItem, implied for OpenItem.

VSSPECIFICEDITOR_UseEditor

Project should open item(s) via IVsUIShellOpenDocument.OpenSpecificEditor using editor type and physical view.

VSSPECIFICEDITOR_UseView

Project should open item(s) via IVsUIShellOpenDocument.OpenStandardEditor using logical view only.

From vsshell.idl:

Return to top
Show: