IAppxManifestDesignerService Interface

 

Provides programmatic access to a project's app manifest file. This is a global service implemented by the app Manifest designer package.

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

[GuidAttribute("11D31BA1-480F-435F-B711-8F192A1C226E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxManifestDesignerService

NameDescription
System_CAPS_pubmethodOpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab)

Provides programmatic access to a project's app manifest file by openingthe Manifest Designer and optionally opening the specified Manifest Designer Tab.

System_CAPS_pubmethodOpenAppxManifestDocument(Object, IVsDocumentLockHolder, IAppxManifestDocument)

Provides programmatic access to a project's app manifest file by opening a DocData object provided by the Manifest Designer, ensures it is registered in the running document table (RDT), and returns a document handle object that implements two interfaces: IVsDocumentLockHolder and IVsInvisibleEditor.

Return to top
Show: