IVsaScriptScope Interface
.NET Framework 2.0
Represents a scope object. The VSA engine's global scope object implements this interface, which can be obtained by calling GetGlobalScope on the VSA engine. You can also create new sub-scopes by calling GetItem on an existing scope object.
Namespace: Microsoft.JScript
Assembly: Microsoft.JScript (in microsoft.jscript.dll)
Assembly: Microsoft.JScript (in microsoft.jscript.dll)
'Declaration <GuidAttribute("ED4BAE22-2F3C-419a-B487-CF869E716B95")> _ <ComVisibleAttribute(True)> _ Public Interface IVsaScriptScope Inherits IVsaItem 'Usage Dim instance As IVsaScriptScope
/** @attribute GuidAttribute("ED4BAE22-2F3C-419a-B487-CF869E716B95") */
/** @attribute ComVisibleAttribute(true) */
public interface IVsaScriptScope extends IVsaItem
GuidAttribute("ED4BAE22-2F3C-419a-B487-CF869E716B95") ComVisibleAttribute(true) public interface IVsaScriptScope extends IVsaItem
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: