IActiveScriptParseProcedureOld Interface

Allows the source code text for procedures to be added to the script. For interpreted scripting languages that do not have an independent authoring environment, such as VBScript, this provides an alternative mechanism (other than IActiveScriptParse or IPersist*) to add script procedures to the name space.

Note

This interface is deprecated in favor of the IActiveScriptParseProcedure interface.

Methods

In addition to the methods inherited from IUnknown, the IActiveScriptParseProcedureOld interface exposes the following methods.

Method Description
IActiveScriptParseProcedureOld::ParseProcedureText Parses the given code procedure and adds the procedure to the name space.

See also

IActiveScriptParseProcedure