Reference guidesScripting Host Object ModelEnumerations VSVariableDefinitionType Enumeration Defined variable definition types: whether the variable was created before (static) or during (dynamic) execution. VSStatic = 0 Defined before execution IntegVSDynamic Defined during execution