vsNavigateOptions 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.
Determines whether the browsed content displays in the last active Web browser window or in a new Web browser window.
public enum class vsNavigateOptions
public enum class vsNavigateOptions
enum vsNavigateOptions
[System.Runtime.InteropServices.Guid("B4CC3E73-0038-47E5-BA52-D1183F8FDBF0")]
public enum vsNavigateOptions
[<System.Runtime.InteropServices.Guid("B4CC3E73-0038-47E5-BA52-D1183F8FDBF0")>]
type vsNavigateOptions =
Public Enum vsNavigateOptions
- Inheritance
-
vsNavigateOptions
- Attributes
Fields
vsNavigateOptionsDefault | 0 | The Web page opens in the currently open browser window. (Default) |
vsNavigateOptionsNewWindow | 1 | The Web page opens in a new browser window. |