CaptureCollection.Item[Int32] Propriété

Définition

Obtient un membre de la collection.

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

Paramètres

i
Int32

Index dans la collection de captures.

Valeur de propriété

Sous-chaîne capturée à la position i dans la collection.

Implémente

Exceptions

La collection est en lecture seule.

i est inférieur à 0 ou supérieur à Count.

S’applique à