Expand Minimize
This topic has not yet been rated - Rate this topic

__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
/** @attribute FlagsAttribute() */ 
public enum __VSSPECIFICEDITORFLAGS
FlagsAttribute 
public enum __VSSPECIFICEDITORFLAGS
 Member nameDescription
VSSPECIFICEDITOR_DoOpenProject should open item(s)—meaningful only for AddItem, implied for OpenItem. 
VSSPECIFICEDITOR_UseEditorProject should open item(s) via IVsUIShellOpenDocument.OpenSpecificEditor using editor type and physical view. 
VSSPECIFICEDITOR_UseViewProject should open item(s) via IVsUIShellOpenDocument.OpenStandardEditor using logical view only. 

COM Signature

From vsshell.idl:

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.