__VSSPECIFICEDITORFLAGS Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSSPECIFICEDITORFLAGS
[FlagsAttribute]
public enum __VSSPECIFICEDITORFLAGS
[FlagsAttribute]
public enum class __VSSPECIFICEDITORFLAGS
[<FlagsAttribute>]
type __VSSPECIFICEDITORFLAGS
public enum __VSSPECIFICEDITORFLAGS

Members

Member name Description
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.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace