Share via


RegisterFormRegions Members (2007 System)

Include Protected Members
Include Inherited Members

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.

The RegisterFormRegions type exposes the following members.

Constructors

 

Name

Description

Public method

RegisterFormRegions

Initializes a new instance of the RegisterFormRegions class.

Top

Methods

 

Name

Description

Public method

CreateObjRef

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Public method

Execute

Gathers form region information to register the form regions for application loading, or unregister them to uninstall the form regions. (Overrides AppDomainIsolatedTask.Execute().)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetLifetimeService

Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

InitializeLifetimeService

When overridden in a derived class, gives tasks infinite lease time. (Inherited from AppDomainIsolatedTask.)

Protected method

MemberwiseClone

Overloaded.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

AddInName

Gets or sets the name of the add-in.

Public property

AssemblyName

Gets or sets the name of the assembly.

Public property

BuildEngine

Gets or sets the build engine interface that is available to tasks. (Inherited from AppDomainIsolatedTask.)

Public property

FormRegionNamesAndMessageClasses

Gets or sets an array of ITaskItem objects that represent the form region names and message classes.

Protected property

HelpKeywordPrefix

Gets or sets the prefix that is used to compose Help keywords from string resource names. (Inherited from AppDomainIsolatedTask.)

Public property

HostObject

Gets or sets a host object instance that is associated with the derived Task. (Inherited from AppDomainIsolatedTask.)

Public property

Log

Gets an instance of a task logging helper object that contains task logging methods. (Inherited from AppDomainIsolatedTask.)

Public property

OfficeApplication

Gets or sets the name of the Microsoft Office application for which the form regions are being registered.

Protected property

TaskResources

Gets or sets culture-specific resources of the derived Task. (Inherited from AppDomainIsolatedTask.)

Public property

Unregister

Gets or sets a value that indicates whether Execute will uninstall the form regions.

Top

See Also

Reference

RegisterFormRegions Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace