Interface IST_ScriptEditor
Namespace: STScriptTypes
Assembly: STScriptTypes.dll
Syntax
[Guid("99F0A801-A8BD-495E-8ECF-75BE1540EA3D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_ScriptEditorProperties
OutputList
Declaration
IST_TextReceiver OutputList { get; }Property Value
| Type | Description | 
|---|---|
| IST_TextReceiver | 
Methods
OnScriptError(IST_ScriptUnit, string, string, string, int, int)
Declaration
void OnScriptError(IST_ScriptUnit SourceUnit, string Source, string Description, string SourceLine, int Line, int Pos)Parameters
| Type | Name | Description | 
|---|---|---|
| IST_ScriptUnit | SourceUnit | |
| string | Source | |
| string | Description | |
| string | SourceLine | |
| int | Line | |
| int | Pos |