RegexRunner.Capture(Int32, Int32, Int32) Metodo

Definizione

Usato da un oggetto Regex generato dal metodo CompileToAssembly.

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

protected:
 void Capture(int capnum, int start, int end);
protected void Capture (int capnum, int start, int end);
member this.Capture : int * int * int -> unit
Protected Sub Capture (capnum As Integer, start As Integer, end As Integer)

Parametri

capnum
Int32

Numero di acquisizione.

start
Int32

Posizione iniziale dell'acquisizione.

end
Int32

Posizione finale dell'acquisizione.

Si applica a