TextBuffer.nextToken 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.
Overloads
nextToken() | |
nextToken(Boolean) | |
nextToken(Boolean, String) |
nextToken()
public:
virtual System::String ^ nextToken();
public virtual string nextToken ();
abstract member nextToken : unit -> string
override this.nextToken : unit -> string
Public Overridable Function nextToken () As String
Returns
Applies to
nextToken(Boolean)
public:
virtual System::String ^ nextToken(bool flag1);
public virtual string nextToken (bool flag1);
abstract member nextToken : bool -> string
override this.nextToken : bool -> string
Public Overridable Function nextToken (flag1 As Boolean) As String
Parameters
- flag1
- Boolean
Returns
Applies to
nextToken(Boolean, String)
public:
virtual System::String ^ nextToken(bool _includeWholeLine, System::String ^ _stopAtChar);
public virtual string nextToken (bool _includeWholeLine, string _stopAtChar);
abstract member nextToken : bool * string -> string
override this.nextToken : bool * string -> string
Public Overridable Function nextToken (_includeWholeLine As Boolean, _stopAtChar As String) As String
Parameters
- _includeWholeLine
- Boolean
- _stopAtChar
- String