FormRegionCollectionBase Class
Provides access to IFormRegion objects in an Outlook add-in project.
Assembly: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | FormRegionCollectionBase(IList<IFormRegion^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Base | Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This collection contains all of the form regions that are associated with your Outlook add-in. To access the FormRegionCollectionBase object in your project, use the Globals.FormRegions property. For more information, see Global Access to Objects in Office Projects.
This type is used only in Office projects that target the .NET Framework 4 or later. The assembly that defines this type is not part of the Visual Studio Tools for Office runtime. You must deploy this assembly with your solution. For more information, see Assemblies in the Visual Studio Tools for Office Runtime.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





