Share via


RegexRunner.IsECMABoundary(Int32, Int32, Int32) Methode

Definition

Wird von einem durch die Regex-Methode generierten CompileToAssembly-Objekt verwendet.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

index
Int32

Die mögliche ECMA-Begrenzungsposition.

startpos
Int32

Die Anfangsposition.

endpos
Int32

Die Endposition.

Gibt zurück

Gibt Booleanzurück.

Gilt für: