IAppxManifestDesignerService3::OpenAppxManifestDocument Method (Object^, UInt32, IVsDocumentLockHolder^, IAppxManifestDocument2^)
Visual Studio 2015
Opens the .appxmanifest file.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
int OpenAppxManifestDocument( Object^ Project, unsigned int forceSaveAndClose, [OutAttribute] IVsDocumentLockHolder^% documentHandle, [OutAttribute] IAppxManifestDocument2^% appxManifestDocument )
Parameters
- Project
-
Type:
System::Object^
The project.
- forceSaveAndClose
-
Type:
System::UInt32
Determines 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.
Show: