Factory.CreateFormRegionCollection Method

Definition

Creates an IList<T> of IFormRegion objects.

public:
 System::Collections::Generic::IList<Microsoft::Office::Tools::Outlook::IFormRegion ^> ^ CreateFormRegionCollection();
public System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion> CreateFormRegionCollection ();
abstract member CreateFormRegionCollection : unit -> System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion>
Public Function CreateFormRegionCollection () As IList(Of IFormRegion)

Returns

An IList<T> of IFormRegion objects.

Applies to