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, _
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: ObjectThe project.
forceSaveAndClose
Type: UInt32Determines whether to force save the document.
documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder%The document handle.
appxManifestDocument
Type: Microsoft.VisualStudio.Shell.Interop.IAppxManifestDocument2%The .appxmanifest file.
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