Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
If the Windows Script engine allows the source code text for procedures to be added to the script, it implements the IActiveScriptParseProcedure interface. For interpreted scripting languages that have no independent authoring environment, such as VBScript, this provides an alternate mechanism (other than IActiveScriptParse or IPersist*) to add script procedures to the namespace.
Methods in Vtable Order
| Method | Description |
| IActiveScriptParseProcedure::ParseProcedureText | Parses the given code procedure and adds the procedure to the namespace. |