AppxManifestDesignerTab2 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 AppxManifestDesignerTab2
public enum class AppxManifestDesignerTab2
enum AppxManifestDesignerTab2
public enum AppxManifestDesignerTab2
type AppxManifestDesignerTab2 =
Public Enum AppxManifestDesignerTab2
- Inheritance
-
AppxManifestDesignerTab2
Fields
Name | Value | Description |
---|---|---|
AMDT_Current | 0 | Opens the Current tab in the app manifest designer. |
AMDT_Application | 1 | Opens the Application UI tab in the app manifest designer. |
AMDT_Capabilities | 2 | Opens the Capabilities tab in the app manifest designer. |
AMDT_Declarations | 3 | Opens the Declarations tab in the app manifest designer. |
AMDT_ContentURIs | 4 | Opens the Content URIs tab in the app manifest designer. |
AMDT_Packaging | 5 | Opens the Packaging tab in the app manifest designer. |
AMDT_HardwareRequirements | 6 | Opens the Hardware Requirements tab in the app manifest designer. |
Remarks
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.