Defines an MSBuild task that generates the Visual Studio Tools for Office section of an application manifest that describes an add-in. This class cannot be inherited.
<ComVisibleAttribute(False)> _ <PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _ Public NotInheritable Class GenerateOfficeAddInManifest _ Inherits BuildTask
Dim instance As GenerateOfficeAddInManifest
[ComVisibleAttribute(false)] [PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")] public sealed class GenerateOfficeAddInManifest : BuildTask
Set all the GenerateOfficeAddInManifest properties and then call Execute to run this task.
The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Visual Studio Tools for 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 Overview and MSBuild Reference.