IAppxManifestDesignerService Interface
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.
Provides programmatic access to a project's app manifest file. This is a global service implemented by the app Manifest designer package.
public interface class IAppxManifestDesignerService
public interface class IAppxManifestDesignerService
__interface IAppxManifestDesignerService
[System.Runtime.InteropServices.Guid("11D31BA1-480F-435F-B711-8F192A1C226E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxManifestDesignerService
[<System.Runtime.InteropServices.Guid("11D31BA1-480F-435F-B711-8F192A1C226E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppxManifestDesignerService = interface
Public Interface IAppxManifestDesignerService
- Derived
- Attributes
Methods
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 |