Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the pane tabs in the HTML editor.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
<GuidAttribute("7F27C244-AFD2-4BBA-8193-DAA837CC03DA")> _
Public Enumeration vsHTMLPanes
'Usage
Dim instance As vsHTMLPanes
[GuidAttribute("7F27C244-AFD2-4BBA-8193-DAA837CC03DA")]
public enum vsHTMLPanes
[GuidAttribute(L"7F27C244-AFD2-4BBA-8193-DAA837CC03DA")]
public enum class vsHTMLPanes
public enum vsHTMLPanes
Members
| Member name | Description | |
|---|---|---|
| vsHTMLPaneSource | Represents the Source tab in the HTML editor. | |
| vsHTMLPaneDesign | Represents the Design tab in the HTML editor. | |
| vsHTMLPaneSplit | Represents the Split tab in the HTML editor. |
Remarks
Visual Studio 2008 adds a Split view to the Source and Design views in the HTML editor. Split view separates the tab and view elements of the HTML edit window. Switching the view (to either Design or Source) does not necessarily mean switching the tab (Design/Split/Source). For example, when you click the Split tab, switching views between Design and Source does not change the tab, it only activates or deactivates the Design and Source panes in the Split view. This enumeration represents the three tabs in the HTML editor.