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