Partager via


Regex.ValueMatchEnumerator.Current Propriété

Définition

Obtient l’élément ValueMatch à la position actuelle de l’énumérateur.

public:
 property System::Text::RegularExpressions::ValueMatch Current { System::Text::RegularExpressions::ValueMatch get(); };
public System.Text.RegularExpressions.ValueMatch Current { get; }
member this.Current : System.Text.RegularExpressions.ValueMatch
Public ReadOnly Property Current As ValueMatch

Valeur de propriété

ValueMatch

Exceptions

L’énumération n’a pas démarré ou a déjà terminé.

S’applique à