FormRegionCustomActionCollection 接口

表示 FormRegionCustomAction 对象的集合。

命名空间:  Microsoft.Office.Tools.Outlook
程序集:  Microsoft.Office.Tools.Outlook(在 Microsoft.Office.Tools.Outlook.dll 中)

语法

声明
<GuidAttribute("6790396a-809d-4175-bc8b-6e9e0c7a3634")> _
Public Interface FormRegionCustomActionCollection _
    Inherits IList(Of FormRegionCustomAction), ICollection(Of FormRegionCustomAction),  _
    IEnumerable(Of FormRegionCustomAction), IEnumerable
[GuidAttribute("6790396a-809d-4175-bc8b-6e9e0c7a3634")]
public interface FormRegionCustomActionCollection : IList<FormRegionCustomAction>, 
    ICollection<FormRegionCustomAction>, IEnumerable<FormRegionCustomAction>, IEnumerable

FormRegionCustomActionCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取 ICollection<T> 中包含的元素数。 (继承自 ICollection<FormRegionCustomAction>。)
公共属性 IsReadOnly 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 ICollection<FormRegionCustomAction>。)
公共属性 Item 获取或设置指定索引处的元素。 (继承自 IList<FormRegionCustomAction>。)
公共属性 Manifest 基础结构。获取或设置与此 FormRegionCustomActionCollection 关联的 FormRegionManifest 对象。

页首

方法

  名称 说明
公共方法 Add 将某项添加到 ICollection<T> 中。 (继承自 ICollection<FormRegionCustomAction>。)
公共方法 Clear ICollection<T> 中移除所有项。 (继承自 ICollection<FormRegionCustomAction>。)
公共方法 Contains(String) 返回一个值,该值指示 FormRegionCustomActionCollection 是否包含具有指定名称的 FormRegionCustomAction
公共方法 Contains(T) 确定 ICollection<T> 是否包含特定值。 (继承自 ICollection<FormRegionCustomAction>。)
公共方法 CopyTo 从特定的 Array 索引处开始,将 ICollection<T> 的元素复制到一个 Array 中。 (继承自 ICollection<FormRegionCustomAction>。)
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable<FormRegionCustomAction>。)
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)
公共方法 IndexOf 确定 IList<T> 中特定项的索引。 (继承自 IList<FormRegionCustomAction>。)
公共方法 Insert 将一个项插入指定索引处的 IList<T>。 (继承自 IList<FormRegionCustomAction>。)
公共方法 Remove ICollection<T> 中移除特定对象的第一个匹配项。 (继承自 ICollection<FormRegionCustomAction>。)
公共方法 RemoveAt 移除指定索引处的 IList<T> 项。 (继承自 IList<FormRegionCustomAction>。)

页首

备注

FormRegionCustomActionCollection 包含您希望在显示窗体区域的 Outlook 项功能区的**“自定义操作”**组中显示的所有自定义操作。

提示

此接口由 Visual Studio Tools for Office 运行时实现。不应在代码中实现此接口。有关更多信息,请参见 Visual Studio Tools for Office Runtime 概述

用法

本文档介绍面向 .NET Framework 4 的 Office 项目中所用此类型的版本。在面向 .NET Framework 3.5 的项目中,此类型可能具有不同的成员,因此本文档为此类型提供的代码示例可能并不适用。有关在面向 .NET Framework 3.5 的项目中使用此类型的文档,请参见 Visual Studio 2008 文档中以下参考部分:https://go.microsoft.com/fwlink/?LinkId=160658

请参见

参考

Microsoft.Office.Tools.Outlook 命名空间