Factory.CreateFormRegionCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.