GroupCollection.IList<Group>.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定した位置のグループを取得します。
property System::Text::RegularExpressions::Group ^ System::Collections::Generic::IList<System::Text::RegularExpressions::Group>::Item[int] { System::Text::RegularExpressions::Group ^ get(int index); void set(int index, System::Text::RegularExpressions::Group ^ value); };
System.Text.RegularExpressions.Group System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Item(int) : System.Text.RegularExpressions.Group with get, set
Property Item(index As Integer) As Group Implements IList(Of Group).Item
パラメーター
- index
- Int32
グループ コレクションのグループの 0 から始まるインデックス。
プロパティ値
目的の位置にあるグループ。
実装
例外
項目を設定できません。 これは読み取り専用のコレクションです。
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GroupCollection のインスタンスが IList<T> インターフェイスにキャストされる場合のみ、使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET