次の方法で共有


GroupCollection.Item プロパティ

整数インデックスまたは文字列インデックスによってコレクションの単一のメンバにアクセスできるようにするインデックス付きプロパティ。

[C#] C# では、このプロパティは GroupCollection クラスのインデクサになります。

オーバーロードの一覧

整数インデックスによってコレクションのメンバにアクセスできるようにします。

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As Group

[C#] public Group this[int] {get;}

[C++] public: __property Group* get_Item(int);

[JScript] GroupCollection.Item (int)

文字列インデックスによってコレクションのメンバにアクセスできるようにします。

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As Group

[C#] public Group this[string] {get;}

[C++] public: __property Group* get_Item(String*);

[JScript] GroupCollection.Item (String)

参照

GroupCollection クラス | GroupCollection メンバ | System.Text.RegularExpressions 名前空間