Defines an MSBuild task that gathers form region information to register or unregister the form regions for Microsoft Office Outlook 2007. This class cannot be inherited.
Namespace:
Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:
Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class RegisterFormRegions _
Inherits AppDomainIsolatedTask
Dim instance As RegisterFormRegions
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class RegisterFormRegions : AppDomainIsolatedTask
Set all of the RegisterFormRegions 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.
System..::.Object
System..::.MarshalByRefObject
Microsoft.Build.Utilities..::.AppDomainIsolatedTask
Microsoft.VisualStudio.Tools.Office.BuildTasks..::.RegisterFormRegions
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference