AppxManifestDesignerTab Enum

Definition

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

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_ContentURIs 4

Opens the Content URIs tab in the app manifest designer.

AppxManifestDesignerTab_Current 0

Opens whatever tab is currently selected, that is, no change occurs to the tab selection (default).

AppxManifestDesignerTab_Declarations 3

Opens the Declarations tab of the app manifest designer.

AppxManifestDesignerTab_Packaging 5

Opens the Packaging tab of the app manifest designer.

Applies to