Navigation:  Object Model Reference > Application Object >

Scripts Property

Previous pageReturn to chapter overviewNext page

Provides the IScripts interface of the Scripts collection.

 

Syntax

 

Application.Scripts(ByVal type As ScriptTypeEnum) As IScripts

 

Arguments

 

Application

       Application object

 

type

       Required.  The script collection to retrieve. The values for type are:

Constant

Value

Description

vbldScriptAll

-1

A collection of all script of the types below, concatenated together.

vbldScriptTemporary

0

Temporary scripts (not persisted between sessions; created or loaded during a build).

vbldScriptProject

1

Project scripts (saved with the project).

vbldScriptGlobal

2

Global scripts.  By default, global scripts are loaded/saved from/to VisBuildPro.scripts in the configuration files path.

vbldScriptSystem

3

System scripts (stored in VisBuildPro.System.scripts; read-only).

 

See Also

 

Applies to Application object