__VSWBNAVIGATEFLAGS Enumeration

 

Navigation flags for Navigate calls.

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

[FlagsAttribute]
public enum __VSWBNAVIGATEFLAGS

Member nameDescription
VSNWB_AddToMRU

Add the document to the most recently used list.

VSNWB_ForceNew

Open the document in a new window.

VSNWB_VsURLOnly

Navigate only to a Visual Studio internal URL.

VSNWB_WebURLOnly

Navigate only to a Web URL.

From vsbrowse.idl:

Return to top
Show: