IAppxManifestDesignerService2::OpenAppxManifestDocument Method (Object^, IVsDocumentLockHolder^, IAppxManifestDocument^)
Visual Studio 2015
Opens the .appxmanifest file in the specified project.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
int OpenAppxManifestDocument(
Object^ project,
[OutAttribute] IVsDocumentLockHolder^% documentHandle,
[OutAttribute] IAppxManifestDocument^% appxManifestDocument
)
Parameters
- project
-
Type:
System::Object^
A 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.
Show: