IScriptDef::ValidateScript

Meta Data Services Programming

Meta Data Services Programming

IScriptDef::ValidateScript

The ValidateScript method syntactically validates the script.

HRESULT ValidateScript();

Dispatch Identifier:   DISPID_IScriptDef_ValidateScript = 347

Parameters

None.

Return Value

S_OK

The method completed successfully.

Error Values

This method returns a Script Engine specific error if the script engine is unable to instantiate the script.

Remarks

The syntax of the script is checked by instantiating the script.

See Also

IScriptDef Interface