IAppxManifestDesignerService3::OpenAppxManifestDesigner Method (IVsDocumentLockHolder^, AppxManifestDesignerTab2)

 

Opens the .appxmanifest designer.

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,
	AppxManifestDesignerTab2 tab
)

Parameters

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

The document handle.

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

The tab to display.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: