vsBrowserViewSource 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.
Indicates which window type is used to view web page source.
public enum class vsBrowserViewSource
public enum class vsBrowserViewSource
enum vsBrowserViewSource
[System.Runtime.InteropServices.Guid("947FFC03-8314-4288-BDD7-DFD282DA40D5")]
public enum vsBrowserViewSource
[<System.Runtime.InteropServices.Guid("947FFC03-8314-4288-BDD7-DFD282DA40D5")>]
type vsBrowserViewSource =
Public Enum vsBrowserViewSource
- Inheritance
-
vsBrowserViewSource
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsBrowserViewSourceSource | 1 | View source as HTML. |
vsBrowserViewSourceDesign | 2 | View source in the HTML design window. |
vsBrowserViewSourceExternal | 3 | View source in an external editor. |