__VSSPECIFICEDITORFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for opening existing project items within a specific editor.
This enumeration supports a bitwise combination of its member values.
public enum class __VSSPECIFICEDITORFLAGS
public enum class __VSSPECIFICEDITORFLAGS
enum __VSSPECIFICEDITORFLAGS
[System.Flags]
public enum __VSSPECIFICEDITORFLAGS
[<System.Flags>]
type __VSSPECIFICEDITORFLAGS =
Public Enum __VSSPECIFICEDITORFLAGS
- Inheritance
-
__VSSPECIFICEDITORFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSSPECIFICEDITOR_DoOpen | 1 | Project should open item(s)—meaningful only for AddItem, implied for OpenItem. |
VSSPECIFICEDITOR_UseEditor | 2 | Project should open item(s) via OpenSpecificEditor(UInt32, String, Guid, String, Guid, String, IVsUIHierarchy, UInt32, IntPtr, IServiceProvider, IVsWindowFrame) using editor type and physical view. |
VSSPECIFICEDITOR_UseView | 4 | Project should open item(s) via OpenStandardEditor(UInt32, String, Guid, String, IVsUIHierarchy, UInt32, IntPtr, IServiceProvider, IVsWindowFrame) using logical view only. |
Remarks
COM Signature
From vsshell.idl: