IAppxManifestDesignerService Methods

 

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

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: