'宣言 Public Function ParseExpression( _ ByVal expression As System.String _ ) As System.Exception
public System.Exception ParseExpression( System.string expression )
パラメータ
- expression
- A string with a VBScript expression to be parsed.
戻り値の型
An System.Exception if the expression is invalid, or null if no errors were detected.