CaptureCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションの個々のメンバーを取得します。
public:
property System::Text::RegularExpressions::Capture ^ default[int] { System::Text::RegularExpressions::Capture ^ get(int i); };
public System.Text.RegularExpressions.Capture this[int i] { get; }
member this.Item(int) : System.Text.RegularExpressions.Capture
Default Public ReadOnly Property Item(i As Integer) As Capture
パラメーター
- i
- Int32
キャプチャ コレクションへのインデックス。
プロパティ値
コレクション内の i 位置にキャプチャされた部分文字列。
実装
例外
コレクションは読み取り専用です。
i が 0 未満か、 Count以上です。