IAppxManifestDesignerService Interface
Visual Studio 2015
Provides programmatic access to a project's app manifest file. This is a global service implemented by the app Manifest designer package.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab) | Provides programmatic access to a project's app manifest file by openingthe Manifest Designer and optionally opening the specified Manifest Designer Tab. |
![]() | OpenAppxManifestDocument(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. |
Show:
