IAppxManifestDesignerService3::OpenAppxManifestDocument Method (Object^, IVsDocumentLockHolder^, IAppxManifestDocument^)
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,
[OutAttribute] IVsDocumentLockHolder^% documentHandle,
[OutAttribute] IAppxManifestDocument^% appxManifestDocument
)
Parameters
- project
-
Type:
System::Object^
The current project.
- documentHandle
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsDocumentLockHolder^
The document handle.
- appxManifestDocument
-
Type:
Microsoft.VisualStudio.Shell.Interop::IAppxManifestDocument^
The .appxmanifest document.
Show: