共用方式為


RegexCollection.Item 屬性

取得或設定指定索引中的規則運算式。

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)

語法

'宣告
Default Property Item ( _
    index As Integer _
) As Regex
Regex this[
    int index
] { get; set; }

參數

  • index
    型別:System.Int32
    要取得或設定之規則運算式的以零起始的索引。

屬性值

型別:System.Text.RegularExpressions.Regex
在指定索引處的 Regex

例外狀況

例外狀況 條件
ArgumentOutOfRangeException

index 小於零。

-或-

index 等於或大於 Count

.NET Framework 安全性

請參閱

參考

RegexCollection 介面

Microsoft.Office.Tools 命名空間