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 in the specified project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.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: ObjectA pointer to the project. The object can be either an IVsHierarchy or a DTE.
documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder%The document lock.
appxManifestDocument
Type: Microsoft.VisualStudio.Shell.Interop.IAppxManifestDocument%The 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
IAppxManifestDesignerService2 Interface