Share via


RegexRunner.IsECMABoundary(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:
 bool IsECMABoundary(int index, int startpos, int endpos);
protected bool IsECMABoundary (int index, int startpos, int endpos);
member this.IsECMABoundary : int * int * int -> bool
Protected Function IsECMABoundary (index As Integer, startpos As Integer, endpos As Integer) As Boolean

Parametreler

index
Int32

Olası ECMA sınır konumu.

startpos
Int32

Başlangıç konumu.

endpos
Int32

Bitiş konumu.

Döndürülenler

Boolean döndürür.

Şunlara uygulanır