Langage

Capture.Value Propriété

Définition

Obtient la sous-chaîne capturée à partir de la chaîne d’entrée.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

Valeur de propriété

Sous-chaîne capturée par la correspondance.

Remarques

Si un appel à la méthode ou Match(String) à la NextMatch() méthode ne trouve pas de correspondance, la valeur de la propriété retournée Match.Value est Empty. Si le moteur d’expression régulière ne peut pas correspondre à un groupe de capture, la valeur de la propriété retournée Group.Value est Empty.

S’applique à