FormRegionCollectionBase Class

 

Provides access to IFormRegion objects in an Outlook add-in project.

Namespace:   Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)

System::Object
  Microsoft.Office.Tools.Outlook::FormRegionCollectionBase

public ref class FormRegionCollectionBase abstract : IList<IFormRegion^>, 
	ICollection<IFormRegion^>, IEnumerable<IFormRegion^>, IEnumerable, 
	IExtension

NameDescription
System_CAPS_pubmethodFormRegionCollectionBase(IList<IFormRegion^>^)

This API supports the product infrastructure and is not intended to be used directly from your code.

NameDescription
System_CAPS_pubpropertyBase

Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: