Defines an MSBuild task that creates or removes registry keys that are needed to run or uninstall an add-in for the 2007 Microsoft Office system. This class cannot be inherited.
<ComVisibleAttribute(False)> _ <PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _ Public NotInheritable Class SetOffice2007AddInRegistration _ Inherits Task
Dim instance As SetOffice2007AddInRegistration
[ComVisibleAttribute(false)] [PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")] public sealed class SetOffice2007AddInRegistration : Task
Set all of the SetOffice2007AddInRegistration properties, and then call Execute to run this build 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.