FormRegionManifest.CustomActions 属性

定义

获取一个集合,该集合包含在显示表单区域的 Outlook 项功能区的“自定义操作”组中出现的所有自定义操作。

public:
 property Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ CustomActions { Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection CustomActions { get; }
member this.CustomActions : Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
Public ReadOnly Property CustomActions As FormRegionCustomActionCollection

属性值

一个 , FormRegionCustomActionCollection 它包含显示在显示窗体区域的 Outlook 项目功能区上的“自定义操作”组中的所有自定义操作。

注解

有关自定义操作的详细信息,请参阅 Outlook 窗体区域中的自定义操作

适用于