CaptureCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un membre individuel 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 capture.
Valeur de propriété
Sous-chaîne capturée à la position i de la collection.
Implémente
Exceptions
La collection est en lecture seule.
i est inférieur à 0 ou supérieur ou égal à Count.