IAppxManifestDesignerService2.OpenAppxManifestDesigner Method

Definition

Opens the .appxmanifest designer.

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

The document handle.

tab
AppxManifestDesignerTab

The designer tab.

Returns

The HRESULT.

Implements

Applies to