__VSWBNAVIGATEFLAGS Enum
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
C++/CX
public enum class __VSWBNAVIGATEFLAGS
enum __VSWBNAVIGATEFLAGS
[System.Flags]
public enum __VSWBNAVIGATEFLAGS
[<System.Flags>]
type __VSWBNAVIGATEFLAGS =
Public Enum __VSWBNAVIGATEFLAGS
- Inheritance
-
__VSWBNAVIGATEFLAGS
- Attributes
Name | Value | Description |
---|---|---|
VSNWB_ForceNew | 1 | Open the document in a new window. |
VSNWB_AddToMRU | 2 | Add the document to the most recently used list. |
VSNWB_VsURLOnly | 4 | Navigate only to a Visual Studio internal URL. |
VSNWB_WebURLOnly | 8 | Navigate only to a Web URL. |
From vsbrowse.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |