Share via


RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) Yöntem

Tanım

yöntemi tarafından oluşturulan bir Regex nesne tarafından CompileToAssembly kullanılır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

capnum
Int32

Yakalama numarası.

uncapnum
Int32

Kaydedilmiş yakalama numarası.

start
Int32

Başlangıç konumu.

end
Int32

Bitiş konumu.

Şunlara uygulanır