FormRegionCollectionBase Class
Provides access to IFormRegion objects in an Outlook add-in project.
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Outlook.FormRegionCollectionBase
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Syntax
'Declaration
Public MustInherit Class FormRegionCollectionBase _
Implements IList(Of IFormRegion), ICollection(Of IFormRegion), _
IEnumerable(Of IFormRegion), IEnumerable, IExtension
public abstract class FormRegionCollectionBase : IList<IFormRegion>,
ICollection<IFormRegion>, IEnumerable<IFormRegion>, IEnumerable,
IExtension
The FormRegionCollectionBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormRegionCollectionBase | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Base | Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<IFormRegion>.Add | Infrastructure. | |
ICollection<IFormRegion>.Clear | Infrastructure. | |
ICollection<IFormRegion>.Contains | Infrastructure. | |
ICollection<IFormRegion>.CopyTo | Infrastructure. | |
ICollection<IFormRegion>.Count | Infrastructure. | |
IEnumerable<IFormRegion>.GetEnumerator | Infrastructure. | |
IEnumerable.GetEnumerator | Infrastructure. | |
IList<IFormRegion>.IndexOf | Infrastructure. | |
IList<IFormRegion>.Insert | Infrastructure. | |
ICollection<IFormRegion>.IsReadOnly | Infrastructure. | |
IList<IFormRegion>.Item | Infrastructure. | |
ICollection<IFormRegion>.Remove | Infrastructure. | |
IList<IFormRegion>.RemoveAt | Infrastructure. | |
IExtension.ExtensionBase | Infrastructure. |
Top
Remarks
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.
Usage
This type is used only in Office projects that target the .NET Framework 4 and the .NET Framework 4.5. 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.