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
组集合中组的从零开始的索引。
属性值
位于所需位置的组。
实现
例外
无法设置项。 这是一个只读集合。
注解
此成员是显式接口成员的实现。 它只能在 GroupCollection 实例被强制转换为 IList<T> 接口时使用。