IAppxManifestDesignerService.OpenAppxManifestDesigner Method
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 by openingthe Manifest Designer and optionally opening the specified Manifest Designer Tab.
int OpenAppxManifestDesigner(Microsoft::VisualStudio::Shell::Interop::IVsDocumentLockHolder const & documentHandle, Microsoft::VisualStudio::Shell::Interop::AppxManifestDesignerTab tab);
public int OpenAppxManifestDesigner (Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder documentHandle, Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab tab);
abstract member OpenAppxManifestDesigner : Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder * Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab -> int
Public Function OpenAppxManifestDesigner (documentHandle As IVsDocumentLockHolder, Optional tab As AppxManifestDesignerTab) As Integer
Parameters
- documentHandle
- IVsDocumentLockHolder
[in] The document handle. Can be either IVsHierarchy or EnvDTE.Project
.
[in, optional] Specifies which tab has focus after opening.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.