AppxManifestDesignerTab2 Enumeration

 

Specifies the app manifest designer tab to be opened by the OpenAppxManifestDesigner method.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

public enum AppxManifestDesignerTab2

Member nameDescription
AMDT_Application

Opens the Application UI tab in the app manifest designer.

AMDT_Capabilities

Opens the Capabilities tab in the app manifest designer.

AMDT_ContentURIs

Opens the Content URIs tab in the app manifest designer.

AMDT_Current

Opens the Current tab in the app manifest designer.

AMDT_Declarations

Opens the Declarations tab in the app manifest designer.

AMDT_HardwareRequirements

Opens the Hardware Requirements tab in the app manifest designer.

AMDT_Packaging

Opens the Packaging tab in the app manifest designer.

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.

Return to top
Show: