IAppxManifestDesignerService3.OpenAppxManifestDocument Method (Object, UInt32, IVsDocumentLockHolder%, IAppxManifestDocument2%)

Opens the .appxmanifest file.

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 OpenAppxManifestDocument ( _
    Project As Object, _
    forceSaveAndClose As UInteger, _
    <OutAttribute> ByRef documentHandle As IVsDocumentLockHolder, _
    <OutAttribute> ByRef appxManifestDocument As IAppxManifestDocument2 _
) As Integer
int OpenAppxManifestDocument(
    Object Project,
    uint forceSaveAndClose,
    out IVsDocumentLockHolder documentHandle,
    out IAppxManifestDocument2 appxManifestDocument
)
int OpenAppxManifestDocument(
    [InAttribute] Object^ Project, 
    [InAttribute] unsigned int forceSaveAndClose, 
    [OutAttribute] IVsDocumentLockHolder^% documentHandle, 
    [OutAttribute] IAppxManifestDocument2^% appxManifestDocument
)
abstract OpenAppxManifestDocument : 
        Project:Object * 
        forceSaveAndClose:uint32 * 
        documentHandle:IVsDocumentLockHolder byref * 
        appxManifestDocument:IAppxManifestDocument2 byref -> int
function OpenAppxManifestDocument(
    Project : Object, 
    forceSaveAndClose : uint, 
    documentHandle : IVsDocumentLockHolder, 
    appxManifestDocument : IAppxManifestDocument2
) : int

Parameters

  • Project
    Type: Object

    The project.

  • forceSaveAndClose
    Type: UInt32

    Determines whether to force save the document.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IAppxManifestDesignerService3 Interface

OpenAppxManifestDocument Overload

Microsoft.VisualStudio.Shell.Interop Namespace