IAppxManifestDesignerService.OpenAppxManifestDesigner Method (IVsDocumentLockHolder, AppxManifestDesignerTab)

 

Provides programmatic access to a project's app manifest file by openingthe Manifest Designer and optionally opening the specified Manifest Designer Tab.

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

int OpenAppxManifestDesigner(
	IVsDocumentLockHolder documentHandle,
	AppxManifestDesignerTab tab
)

Parameters

documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder

[in] The document handle. Can be either IVsHierarchy or EnvDTE.Project.

tab
Type: Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab

[in, optional] Specifies which tab has focus after opening.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: