RegexCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在指定索引位置的規則運算式。
public:
property System::Text::RegularExpressions::Regex ^ default[int] { System::Text::RegularExpressions::Regex ^ get(int index); void set(int index, System::Text::RegularExpressions::Regex ^ value); };
public System.Text.RegularExpressions.Regex this[int index] { get; set; }
member this.Item(int) : System.Text.RegularExpressions.Regex with get, set
Default Public Property Item(index As Integer) As Regex
參數
- index
- Int32
要取得或設定之以零為起始的規則運算式索引。
屬性值
指定之索引處的 Regex。
例外狀況
index
小於零。-或- index
等於或大於 Count。