Condividi tramite


Metodo OutlookAddInBase.GetFormRegions

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

Spazio dei nomi:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)

Sintassi

'Dichiarazione
Public Function GetFormRegions As IList(Of IFormRegion)
public IList<IFormRegion> GetFormRegions()

Valore restituito

Tipo: System.Collections.Generic.IList<IFormRegion>

Note

Per accedere ad aree del modulo visualizzate in Microsoft Office Outlook, chiamare la proprietà FormRegions della classe Globals. Per ulteriori informazioni, vedere Accesso a un'area del modulo in fase di esecuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OutlookAddInBase Classe

Overload GetFormRegions

Spazio dei nomi Microsoft.Office.Tools.Outlook