Specifies the app manifest designer tab to be opened by the OpenAppxManifestDesigner method.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration AppxManifestDesignerTab
public enum AppxManifestDesignerTab
public enum class AppxManifestDesignerTab
type AppxManifestDesignerTab
public enum AppxManifestDesignerTab
Members
| Member name | Description | |
|---|---|---|
| AppxManifestDesignerTab_Application | Opens the Application UI tab in the app manifest designer. | |
| AppxManifestDesignerTab_Capabilities | Opens the Capabilities tab in the app manifest designer. | |
| AppxManifestDesignerTab_ContentURIs | Opens the Content URIs tab in the app manifest designer. | |
| AppxManifestDesignerTab_Current | Opens whatever tab is currently selected, that is, no change occurs to the tab selection (default). | |
| AppxManifestDesignerTab_Declarations | Opens the Declarations tab of the app manifest designer. | |
| AppxManifestDesignerTab_Packaging | Opens the Packaging tab of the app manifest designer. |