IAppxManifestDesignerService2::OpenAppxManifestDocument Method (Object^, IVsDocumentLockHolder^, IAppxManifestDocument^)

 

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)

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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: