GenerateOfficeDocumentManifest Class

Definition

Defines an MSBuild task that creates the sections of an application manifest for an Office document-level customization. This class cannot be inherited.

public ref class GenerateOfficeDocumentManifest sealed : Microsoft::VisualStudio::Tools::Office::BuildTasks::BuildTask
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class GenerateOfficeDocumentManifest : Microsoft.VisualStudio.Tools.Office.BuildTasks.BuildTask
[<System.Runtime.InteropServices.ComVisible(false)>]
type GenerateOfficeDocumentManifest = class
    inherit BuildTask
Public NotInheritable Class GenerateOfficeDocumentManifest
Inherits BuildTask
Inheritance
GenerateOfficeDocumentManifest
Attributes

Remarks

Set all the GenerateOfficeDocumentManifest properties, and then call Execute to run this task.

The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Office solutions. However, you can create your own build system by using these classes and the MSBuild XML-based project files. For more information, see MSBuild Reference.

Constructors

GenerateOfficeDocumentManifest()

Initializes a new instance of the GenerateOfficeDocumentManifest class.

Properties

OutputManifest

Gets the XML of the sections of an application manifest for an Office document-level customization.

RibbonTypes
SolutionID

Sets the GUID that the Visual Studio Tools for Office runtime uses to identify the solution.

TargetFramework

Methods

Execute()

Creates the application manifest for an Office document-level customization.

Applies to