SyntaxTokenParser.SkipForwardTo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Skip forward in the input to the specified position. Current directive state is preserved during the skip.
public void SkipForwardTo(int position);
member this.SkipForwardTo : int -> unit
Public Sub SkipForwardTo (position As Integer)
Parameters
- position
- Int32
The absolute location in the original text to move to.
Exceptions
If the given position is less than the current position of the lexer.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET