IAppxManifestDesignerService.OpenAppxManifestDesigner Method

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)

Syntax

'Declaration
Function OpenAppxManifestDesigner ( _
    documentHandle As IVsDocumentLockHolder, _
    tab As AppxManifestDesignerTab _
) As Integer
int OpenAppxManifestDesigner(
    IVsDocumentLockHolder documentHandle,
    AppxManifestDesignerTab tab
)
int OpenAppxManifestDesigner(
    [InAttribute] IVsDocumentLockHolder^ documentHandle, 
    [InAttribute] AppxManifestDesignerTab tab
)
abstract OpenAppxManifestDesigner : 
        documentHandle:IVsDocumentLockHolder * 
        tab:AppxManifestDesignerTab -> int
function OpenAppxManifestDesigner(
    documentHandle : IVsDocumentLockHolder, 
    tab : AppxManifestDesignerTab
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IAppxManifestDesignerService Interface

Microsoft.VisualStudio.Shell.Interop Namespace