IVsaScriptScope Interface
This API supports the product 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)
| 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 | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets a reference to the parent object. |
| Name | Description | |
|---|---|---|
![]() | AddItem(String, JSVsaItemType) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, adds an item to the scope. |
![]() | CreateDynamicItem(String, JSVsaItemType) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, adds an item to the scope. The VsaEngine must be running to use this method. |
![]() | GetItem(String) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the item from the scope that is designated by the specified name. |
![]() | GetItemAtIndex(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the item from the scope that is designated by the specified index value. |
![]() | GetItemCount() | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the number of items in the scope. |
![]() | GetObject() | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets a reference to the global scope. |
![]() | GetOption(String) | Gets implementation-specific options for a script engine.(Inherited from IJSVsaItem.) |
![]() | RemoveItem(IJSVsaItem) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the specified IJSVsaItem object from the scope. |
![]() | RemoveItem(String) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the item that is designated by the specified name from the scope. |
![]() | RemoveItemAtIndex(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, removes the item that is designated by the specified index value from the scope. |
![]() | SetOption(String, Object) | Sets implementation-specific options for a script engine.(Inherited from IJSVsaItem.) |
Available since 1.1

