SetOffice2007AddInRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class SetOffice2007AddInRegistration sealed : Microsoft::Build::Utilities::Task
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SetOffice2007AddInRegistration : Microsoft.Build.Utilities.Task
[<System.Runtime.InteropServices.ComVisible(false)>]
type SetOffice2007AddInRegistration = class
inherit Task
Public NotInheritable Class SetOffice2007AddInRegistration
Inherits Task
- Inheritance
-
SetOffice2007AddInRegistration
- Attributes
Remarks
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 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
SetOffice2007AddInRegistration() |
Initializes a new instance of the SetOffice2007AddInRegistration class. |
Properties
AddInName |
Gets or sets the name of the add-in being registered. |
Description |
Gets or sets the description of the add-in being registered. |
FriendlyName |
Gets or sets the alternate name of the add-in being registered. |
IsDocument | |
LoadBehavior |
Gets or sets the load behavior of the add-in being registered. |
OfficeApplication |
Gets or sets the Microsoft Office application for which the add-in is being registered. |
SolutionID | |
Unregister |
Gets or sets a value that indicates whether to unregister the add-in. |
Url |
Gets or sets the URL of the add-in being registered. |
Methods
Execute() |
Creates or removes registry keys that are needed to run or uninstall an add-in for the 2007 Microsoft Office system. |