Bagikan melalui


IAppxManifestDesignerService3.OpenAppxManifestDocument Method (Object, IVsDocumentLockHolder%, IAppxManifestDocument%)

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, _
    <OutAttribute> ByRef documentHandle As IVsDocumentLockHolder, _
    <OutAttribute> ByRef appxManifestDocument As IAppxManifestDocument _
) As Integer
int OpenAppxManifestDocument(
    Object project,
    out IVsDocumentLockHolder documentHandle,
    out IAppxManifestDocument appxManifestDocument
)
int OpenAppxManifestDocument(
    [InAttribute] Object^ project, 
    [OutAttribute] IVsDocumentLockHolder^% documentHandle, 
    [OutAttribute] IAppxManifestDocument^% appxManifestDocument
)
abstract OpenAppxManifestDocument : 
        project:Object * 
        documentHandle:IVsDocumentLockHolder byref * 
        appxManifestDocument:IAppxManifestDocument byref -> int
function OpenAppxManifestDocument(
    project : Object, 
    documentHandle : IVsDocumentLockHolder, 
    appxManifestDocument : IAppxManifestDocument
) : int

Parameters

  • project
    Type: Object

    The current project.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IAppxManifestDesignerService3 Interface

OpenAppxManifestDocument Overload

Microsoft.VisualStudio.Shell.Interop Namespace