RegexRunner.TransferCapture(Int32, Int32, Int32, Int32) メソッド

定義

CompileToAssembly メソッドで生成される Regex オブジェクトによって使用されます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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)

パラメーター

capnum
Int32

キャプチャの数。

uncapnum
Int32

保存されたキャプチャの数。

start
Int32

開始位置。

end
Int32

終了位置。

適用対象