__VSWBNAVIGATEFLAGS 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.
Navigation flags for Navigate(String, UInt32, IVsWindowFrame) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSWBNAVIGATEFLAGS
public enum class __VSWBNAVIGATEFLAGS
enum __VSWBNAVIGATEFLAGS
[System.Flags]
public enum __VSWBNAVIGATEFLAGS
[<System.Flags>]
type __VSWBNAVIGATEFLAGS =
Public Enum __VSWBNAVIGATEFLAGS
- Inheritance
-
__VSWBNAVIGATEFLAGS
- Attributes
Fields
VSNWB_AddToMRU | 2 | Add the document to the most recently used list. |
VSNWB_ForceNew | 1 | Open the document in a new window. |
VSNWB_VsURLOnly | 4 | Navigate only to a Visual Studio internal URL. |
VSNWB_WebURLOnly | 8 | Navigate only to a Web URL. |
Remarks
COM Signature
From vsbrowse.idl: