IAppxManifestDesignerService3.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.
Overloads
OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab) |
Opens the .appxmanifest designer displaying the specified tab with the given document handle. |
OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab2) |
Opens the .appxmanifest designer. |
OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab)
Opens the .appxmanifest designer displaying the specified tab with the given document handle.
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
The tab to display.
Returns
The HRESULT.
Implements
Applies to
OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab2)
Opens the .appxmanifest designer.
int OpenAppxManifestDesigner(Microsoft::VisualStudio::Shell::Interop::IVsDocumentLockHolder const & documentHandle, Microsoft::VisualStudio::Shell::Interop::AppxManifestDesignerTab2 tab);
public int OpenAppxManifestDesigner (Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder documentHandle, Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab2 tab);
abstract member OpenAppxManifestDesigner : Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder * Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab2 -> int
Public Function OpenAppxManifestDesigner (documentHandle As IVsDocumentLockHolder, Optional tab As AppxManifestDesignerTab2) As Integer
Parameters
- documentHandle
- IVsDocumentLockHolder
The document handle.
The tab to display.
Returns
The HRESULT.