Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
If the Windows Script engine allows the source code text for procedures to be added to the script, it implements the IActiveScriptParseProcedure32 interface. For interpreted scripting languages that have no independent authoring environment, such as VBScript, this provides an alternate mechanism (other than IActiveScriptParse32 or IPersist*) to add script procedures to the namespace.
Methods in Vtable Order
| Method | Description |
| IActiveScriptParseProcedure32::ParseProcedureText | Parses the given code procedure and adds the procedure to the namespace. |