This documentation is archived and is not being maintained.
IVsaScriptScope Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines methods for resolving scope. The global scope object of the VsaEngine implements this interface.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The IVsaScriptScope type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsDirty | Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation. (Inherited from IJSVsaItem.) |
![]() | ItemType | Gets the specified object's type, as determined by the CreateItem method. (Inherited from IJSVsaItem.) |
![]() | Name | Sets or gets the name of the item. (Inherited from IJSVsaItem.) |
![]() | Parent | When implemented in a class, gets a reference to the parent object. |
| Name | Description | |
|---|---|---|
![]() | AddItem | When implemented in a class, adds an item to the scope. |
![]() | CreateDynamicItem | When implemented in a class, adds an item to the scope. The VsaEngine must be running to use this method. |
![]() | GetItem | When implemented in a class, gets the item from the scope that is designated by the specified name. |
![]() | GetItemAtIndex | When implemented in a class, gets the item from the scope that is designated by the specified index value. |
![]() | GetItemCount | When implemented in a class, gets the number of items in the scope. |
![]() | GetObject | When implemented in a class, gets a reference to the global scope. |
![]() | GetOption | Gets implementation-specific options for a script engine. (Inherited from IJSVsaItem.) |
![]() | RemoveItem(IJSVsaItem) | When implemented in a class, removes the specified IJSVsaItem object from the scope. |
![]() | RemoveItem(String) | When implemented in a class, removes the item that is designated by the specified name from the scope. |
![]() | RemoveItemAtIndex | When implemented in a class, removes the item that is designated by the specified index value from the scope. |
![]() | SetOption | Sets implementation-specific options for a script engine. (Inherited from IJSVsaItem.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
