AppxManifestDesignerTab 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.
Specifies the app manifest designer tab to be opened by the OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab) method.
public enum class AppxManifestDesignerTab
public enum class AppxManifestDesignerTab
enum AppxManifestDesignerTab
public enum AppxManifestDesignerTab
type AppxManifestDesignerTab =
Public Enum AppxManifestDesignerTab
- Inheritance
-
AppxManifestDesignerTab
Fields
Name | Value | Description |
---|---|---|
AppxManifestDesignerTab_Current | 0 | Opens whatever tab is currently selected, that is, no change occurs to the tab selection (default). |
AppxManifestDesignerTab_Application | 1 | Opens the Application UI tab in the app manifest designer. |
AppxManifestDesignerTab_Capabilities | 2 | Opens the Capabilities tab in the app manifest designer. |
AppxManifestDesignerTab_Declarations | 3 | Opens the Declarations tab of the app manifest designer. |
AppxManifestDesignerTab_ContentURIs | 4 | Opens the Content URIs tab in the app manifest designer. |
AppxManifestDesignerTab_Packaging | 5 | Opens the Packaging tab of the app manifest designer. |