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
Public method FormRegionCollectionBase Infrastructure.

Top

Properties

  Name Description
Public property Base Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
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 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<IFormRegion>.Add Infrastructure.
Explicit interface implemetationPrivate method ICollection<IFormRegion>.Clear Infrastructure.
Explicit interface implemetationPrivate method ICollection<IFormRegion>.Contains Infrastructure.
Explicit interface implemetationPrivate method ICollection<IFormRegion>.CopyTo Infrastructure.
Explicit interface implemetationPrivate property ICollection<IFormRegion>.Count Infrastructure.
Explicit interface implemetationPrivate method IEnumerable<IFormRegion>.GetEnumerator Infrastructure.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Infrastructure.
Explicit interface implemetationPrivate method IList<IFormRegion>.IndexOf Infrastructure.
Explicit interface implemetationPrivate method IList<IFormRegion>.Insert Infrastructure.
Explicit interface implemetationPrivate property ICollection<IFormRegion>.IsReadOnly Infrastructure.
Explicit interface implemetationPrivate property IList<IFormRegion>.Item Infrastructure.
Explicit interface implemetationPrivate method ICollection<IFormRegion>.Remove Infrastructure.
Explicit interface implemetationPrivate method IList<IFormRegion>.RemoveAt Infrastructure.
Explicit interface implemetationPrivate property 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.

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace