IAppxManifestDesignerService3::OpenAppxManifestDesigner Method (IVsDocumentLockHolder^, AppxManifestDesignerTab)

 

Opens the .appxmanifest designer displaying the specified tab with the given document handle.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: