_RuleActions.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的 RuleAction 对象,该对象 Index
是集合中的 RuleActions 数字索引。
public:
property Microsoft::Office::Interop::Outlook::RuleAction ^ default[int] { Microsoft::Office::Interop::Outlook::RuleAction ^ get(int Index); };
public Microsoft.Office.Interop.Outlook.RuleAction this[int Index] { get; }
Default Public ReadOnly Property Item(Index As Integer) As RuleAction
参数
- Index
- Int32
基于 1 的数值反映规则操作 RuleActions 集合中的序号位置。 例如,集合中的第一个规则操作的索引值为 1,而第二个规则操作的索引值为 2。
属性值
与 指定的Index
规则操作匹配的 RuleAction 对象。
注解
RuleActions 集合对象是一个固定的集合。 它包含 RuleAction 对象或源自 RuleAction 对象。 不能在此集合中添加或删除项,但可以使用 Item 枚举规则操作项,并设置 Enabled 规则操作的 属性。 使用 Item 枚举集合时,可以将 Index
1 枚举为 Count。