IAppxManifestDesignerService3::OpenAppxManifestDocument Method (Object^, UInt32, IVsDocumentLockHolder^, IAppxManifestDocument2^)

 

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)

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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: