Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: ObjectThe current project.
documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder%The document handle.
appxManifestDocument
Type: Microsoft.VisualStudio.Shell.Interop.IAppxManifestDocument%The .appxmanifest document.
Return Value
Type: Int32
The HRESULT.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAppxManifestDesignerService3 Interface