RanorexRanorex Documentation
GetRxPathTokens Method (queryPath, syntaxOk, errorMessage, errorPosition)
NamespacesRanorex.CoreRxPathGetRxPathTokens(String, Boolean%, String%, Int32%)
Gets the tokens which form an RxPath.
Declaration Syntax
C#Visual BasicVisual C++
public static IList<RxPathToken> GetRxPathTokens(
	string queryPath,
	out bool syntaxOk,
	out string errorMessage,
	out int errorPosition
)
Public Shared Function GetRxPathTokens ( _
	queryPath As String, _
	<OutAttribute> ByRef syntaxOk As Boolean, _
	<OutAttribute> ByRef errorMessage As String, _
	<OutAttribute> ByRef errorPosition As Integer _
) As IList(Of RxPathToken)
public:
static IList<RxPathToken^>^ GetRxPathTokens(
	String^ queryPath, 
	[OutAttribute] bool% syntaxOk, 
	[OutAttribute] String^% errorMessage, 
	[OutAttribute] int% errorPosition
)
Parameters
queryPath (String)
The query path.
syntaxOk ( Boolean %)
Set to true if the sytnax of the RxPath is valid.
errorMessage ( String %)
The error message (if there was a syntax error).
errorPosition ( Int32 %)
The error position (if there was a syntax error).
Return Value
A list of tokens.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)