IAppxManifestDesignerService3::OpenAppxManifestDesigner Method (IVsDocumentLockHolder^, AppxManifestDesignerTab)
Visual Studio 2015
Opens the .appxmanifest designer displaying the specified tab with the given document handle.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
int OpenAppxManifestDesigner(
IVsDocumentLockHolder^ documentHandle,
AppxManifestDesignerTab tab
)
Parameters
- documentHandle
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsDocumentLockHolder^
The document handle
- tab
-
Type:
Microsoft.VisualStudio.Shell.Interop::AppxManifestDesignerTab
The tab to display.
Show: