vsBrowserViewSource Enumeration

 

Indicates which window type is used to view web page source.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("947FFC03-8314-4288-BDD7-DFD282DA40D5")]
public enum class vsBrowserViewSource

Member nameDescription
vsBrowserViewSourceDesign

View source in the HTML design window.

vsBrowserViewSourceExternal

View source in an external editor.

vsBrowserViewSourceSource

View source as HTML.

Return to top
Show: