JSScanner.GetCurrentPosition(Boolean) Methode

Definitie

Hiermee haalt u de huidige positie in de codetekenreeks op. Dit is een aanwijzer die wordt verplaatst wanneer de code wordt gescand.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 int GetCurrentPosition(bool absolute);
public int GetCurrentPosition(bool absolute);
member this.GetCurrentPosition : bool -> int
Public Function GetCurrentPosition (absolute As Boolean) As Integer

Parameters

absolute
Boolean

Deze parameter wordt genegeerd.

Retouren

De huidige positie in de codetekenreeks.

Van toepassing op

Zie ook