RegexCollection.Item 属性 (Int32)

获取或设置指定索引处的正则表达式。

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

语法

声明
Default Property Item ( _
    index As Integer _
) As Regex
    Get
    Set
Regex this[
    int index
] { get; set; }

参数

  • index
    类型:System.Int32
    要获取或设置的正则表达式的索引(从零开始)。

属性值

类型:System.Text.RegularExpressions.Regex
指定索引处的 Regex

异常

异常 条件
ArgumentOutOfRangeException

index 小于零。

- 或 -

index 等于或大于 Count

.NET Framework 安全性

请参见

参考

RegexCollection 接口

Item 重载

Microsoft.Office.Tools 命名空间