Compartilhar via


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)

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: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IAppxManifestDesignerService3 Interface

OpenAppxManifestDesigner Overload

Microsoft.VisualStudio.Shell.Interop Namespace