RegExpConstructor.rightContext Proprietà

Definizione

Ottiene una sottostringa della stringa di input tra l'inizio dell'ultima corrispondenza riuscita e la fine dell'input.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::Object ^ rightContext { System::Object ^ get(); };
public object rightContext { get; }
member this.rightContext : obj
Public ReadOnly Property rightContext As Object

Valore della proprietà

Sottostringa della stringa di input, se presente.

Si applica a

Vedi anche