SetOffice2007AddInRegistration.Execute Method (2007 System)
Creates or removes registry keys that are needed to run or uninstall an add-in for the 2007 Microsoft Office system.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Overrides Function Execute As Boolean
'Usage
Dim instance As SetOffice2007AddInRegistration
Dim returnValue As Boolean
returnValue = instance.Execute()
public override bool Execute()
public:
virtual bool Execute() override
public override function Execute() : boolean
Return Value
Type: System.Boolean
true if the registry keys were successfully added or removed; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SetOffice2007AddInRegistration Class